diff options
Diffstat (limited to 'deskutils/horde4-nag/Makefile')
-rw-r--r-- | deskutils/horde4-nag/Makefile | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/deskutils/horde4-nag/Makefile b/deskutils/horde4-nag/Makefile deleted file mode 100644 index dcae8e51ba95..000000000000 --- a/deskutils/horde4-nag/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# Ports collection makefile for: Nag -# Date created: Sun Dec 14, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= nag -PORTVERSION= 2.1.1 -PORTREVISION= 1 -CATEGORIES= deskutils www -MASTER_SITES= ftp://ftp.horde.org/pub/nag/ \ - ftp://ftp.planetmirror.com/pub/horde/nag/ \ - ftp://ftp.au.horde.org/pub/horde/nag/ \ - ftp://ftp.be.horde.org/nag/ \ - ftp://ftp.es.horde.org/pub/nag/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/nag/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/nag/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/nag/ \ - http://ftp.horde.org/pub/nag/ -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} - -MAINTAINER= shaun@FreeBSD.org -COMMENT= Nag is a simple, multiuser task list manager - -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde - -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION -USE_GETTEXT= yes - -PLIST_SUB= NAGDIR=${LNAGDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= NAGDIR=${NAGDIR} - -REINPLACE_ARGS= -i "" -DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/RELEASE_NOTES docs/TODO docs/UPGRADING -CONFFILE= menu.php prefs.php -SUB_DIRS= config js lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LNAGDIR?= ${LHORDEDIR}/nag - -NAGDIR= ${PREFIX}/${LNAGDIR} -CONFDIR= ${NAGDIR}/config - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes -.else -HORDE_INC= ${LOCALBASE}/etc/horde -.endif - -pre-configure: - @(cd ${WRKSRC}/scripts && \ - ${FIND} . -name "*.php" -exec \ - ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; ) - @${SED} -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \ - ${FILESDIR}/httpd.conf.nag > ${WRKDIR}/httpd-nag.conf - -do-install: - @${MKDIR} ${NAGDIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${NAGDIR} - - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${NAGDIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${INSTALL_DATA} ${WRKDIR}/httpd-nag.conf ${HORDE_INC} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> |