summaryrefslogtreecommitdiff
path: root/www/zope-cmf/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-13 11:54:17 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-13 11:54:17 +0000
commit63e5e86a0a401975f18c5e3f7a61cc1ffc7ba687 (patch)
treeef7cc6ba6b5e6774b37008ca672061bb72fe835f /www/zope-cmf/Makefile
parentNew port: Jakarta Tomcat 5.x. (diff)
Upgrade to zope-cmf 1.4
Notes
Notes: svn path=/head/; revision=86886
Diffstat (limited to 'www/zope-cmf/Makefile')
-rw-r--r--www/zope-cmf/Makefile22
1 files changed, 6 insertions, 16 deletions
diff --git a/www/zope-cmf/Makefile b/www/zope-cmf/Makefile
index 7bf8e2d71798..19303a3dd305 100644
--- a/www/zope-cmf/Makefile
+++ b/www/zope-cmf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zope-cmf
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= www zope
MASTER_SITES= http://cmf.zope.org/download/CMF-${PORTVERSION}/
DISTNAME= CMF-${PORTVERSION}
@@ -14,28 +14,18 @@ DISTNAME= CMF-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
COMMENT= The Zope Content Management Framework (CMF)
-RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
-
USE_PYTHON= yes
+USE_ZOPE= yes
DIST_SUBDIR= zope
-# You can change this in the environment if you like.
-SZOPEBASEDIR?= www/Zope
-
-# Don't change these
-ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
-ZOPEPRODUCTNAME=
-ZOPEPRODUCTDIR= lib/python/Products
-
-PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
-
do-build:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/CMF*
+ -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/CMF*
do-install:
@${CHMOD} -R og+rX ${WRKSRC}/
-.for cmfdir in Calendar Core Default Topic
- @${CP} -R ${WRKSRC}/CMF${cmfdir} \
+ @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
+.for cmfdir in CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow
+ @${CP} -R ${WRKSRC}/${cmfdir} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
.endfor