freebsd-ports/mail/nocc/Makefile
Alex Dupre 35a3256787 Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)
2004-02-09 11:43:38 +00:00

56 lines
1.4 KiB
Makefile

# New ports collection makefile for: nocc
# Date created: Fri Feb 3 13:31:37 CET 2002
# Whom: Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$
#
PORTNAME= nocc
PORTVERSION= 0.9.5
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ale@FreeBSD.org
COMMENT= A web-based e-mail system which access POP3 and IMAP mail servers
USE_PHP= yes
WANT_PHP_WEB= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
NO_BUILD= yes
pre-everything::
@${ECHO} ""
@${ECHO} "You have to configure PHP with IMAP support in order"
@${ECHO} "to let Nocc connect to your POP3/IMAP server."
@${ECHO} ""
@${ECHO} "If you have already compiled PHP without IMAP,"
@${ECHO} "press CTRL+C now and rebuild it before installing Nocc."
@${ECHO} ""
pre-patch:
@${SED} 's|%%PREFIX%%|${PREFIX}|g' \
${PKGDIR}/pkg-message > ${PKGMESSAGE}
do-install:
${MKDIR} ${PREFIX}/www/nocc
${CP} -Rp ${WRKSRC}/html ${WRKSRC}/lang ${WRKSRC}/themes \
${PREFIX}/www/nocc
${CP} -p ${WRKSRC}/*.php ${PREFIX}/www/nocc
${CP} -p ${WRKSRC}/conf.php.dist ${PREFIX}/www/nocc
@if [ ! -f ${PREFIX}/www/nocc/conf.php ]; then \
${CP} ${PREFIX}/www/nocc/conf.php.dist \
${PREFIX}/www/nocc/conf.php; \
fi
${CHOWN} -R www:www ${PREFIX}/www/nocc
.if !defined(NOPORTDOCS)
${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>