Files
ports/mail/nocc/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

51 lines
1.3 KiB
Makefile

PORTNAME= nocc
PORTVERSION= 1.9.13
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}/NOCC/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= Webmail system which access POP3 and IMAP mail servers
WWW= https://nocc.sourceforge.net/
LICENSE= GPLv2
USES= cpe php:web
OPTIONS_DEFINE= DOCS
USE_PHP= ctype iconv imap mbstring session
IGNORE_WITH_PHP= 86
SUB_FILES= pkg-message
NO_ARCH= yes
NO_BUILD= yes
NOCCCOMP= .htaccess favicon.ico robots.txt \
action.php ckeditor.php ckeditor5.php common.php \
contacts.php contacts_manager.php \
delete.php down_mail.php download.php get_img.php \
help.php index.php logout.php rss.php send.php \
ckeditor5 classes config html htmlpurifier js lang \
themes utils
PORTDOCS= *
post-extract:
@${FIND} ${WRKSRC} -type d -empty -delete
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
.for i in ${NOCCCOMP}
cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR}
.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
@${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST}
@${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} ${NOCCCOMP} -not -type d) | ${SORT} | \
${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST}
@${ECHO_CMD} "@owner" >> ${TMPPLIST}
@${ECHO_CMD} "@group" >> ${TMPPLIST}
.include <bsd.port.mk>