diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
commit | 011d9c0fdb000287e21a225a6e00d0bbf6e177aa (patch) | |
tree | f8c274ffd21d9b7ab3419b8d6ca8abcae67b9587 /devel/chora/Makefile | |
parent | 2d215bf18205174231ec91432a9d08dcd83a0073 (diff) | |
download | ports-011d9c0fdb000287e21a225a6e00d0bbf6e177aa.tar.gz ports-011d9c0fdb000287e21a225a6e00d0bbf6e177aa.zip |
- Ports renamed for consistency
PR: ports/112327
Repocopy by: marcus
Approved by: sat (maintainer)
Notes
Notes:
svn path=/head/; revision=194044
Diffstat (limited to 'devel/chora/Makefile')
-rw-r--r-- | devel/chora/Makefile | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/devel/chora/Makefile b/devel/chora/Makefile deleted file mode 100644 index 4775e240a353..000000000000 --- a/devel/chora/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Ports collection makefile for: Chora -# Date created: Mon Nov 26, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= chora -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= devel www -DIST_SUBDIR= horde - -MAINTAINER= beech@FreeBSD.org -COMMENT= The Horde CVS web-viewer - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_SVN : if you don't need subversion; -# -# - WITHOUT_CVSPS : if you don't need cvsps; -# -# - WITHOUT_CVSGRAPH : if you don't need cvsgraph; -# -# - A4 or DJ : if you run enscript with this paper size. -# -#----------------------------------------------------------------------- - -.if !defined(WITHOUT_SVN) -RUN_DEPENDS+= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion -.endif - -.if !defined(WITHOUT_CVSPS) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsps:${PORTSDIR}/devel/cvsps-devel -.endif - -.if !defined(WITHOUT_CVSGRAPH) -RUN_DEPENDS+= ${LOCALBASE}/bin/cvsgraph:${PORTSDIR}/devel/cvsgraph -.endif - -# Specify where your repository belongs. -# (You can reconfigure it after installation anyway) -.if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) -CVSROOT= /home/cvs -.endif - -USE_HORDE= base pkg-message -USE_GETTEXT= yes -PORTDOCS= README BUGS CHANGES CREDITS INSTALL RELEASE_NOTES TODO - -pre-configure: - @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - -e "s|/usr/bin/cvsgraph|${LOCALBASE}/bin/cvsgraph|" \ - -e "s|/usr/bin/svn|${LOCALBASE}/bin/svn|" \ - ${WRKSRC}/config/conf.xml - @${REINPLACE_CMD} -e "s|%%CVSROOT%%|${CVSROOT}|" \ - -e "s|%%CONFDIR%%|${CONFDIR}|" \ - ${WRKSRC}/config/sourceroots.php.dist - -pre-install: -.if !defined(WITHOUT_CVSPS) - @if ! ${PKG_INFO} -I -x cvsps-devel > /dev/null ; then \ - ${ECHO_MSG} "Error: cvsps-devel is required, not cvsps." ; \ - ${FALSE} ; \ - fi -.endif - -.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" -.include <bsd.port.mk> |