freebsd-ports/www/zope-cmf13/Makefile
Daichi GOTO 1ba93c844a Add zope-cmf13 1.3.2, the Zope Content Management Framework (CMF).
PR:		57164
Submitted by:	Neil Blakey-Milner
2003-09-26 10:15:41 +00:00

38 lines
808 B
Makefile

# New ports collection makefile for: Zope-PTK
# Date created: 18 Sep 2000
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= zope-cmf
PORTVERSION= 1.3.2
CATEGORIES= www zope
MASTER_SITES= http://cmf.zope.org/download/CMF-${PORTVERSION}/
DISTNAME= CMF-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
COMMENT= The Zope Content Management Framework (CMF)
USE_PYTHON= yes
USE_ZOPE= yes
DIST_SUBDIR= zope
CONFLICTS= zope-cmf-*
do-build:
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/CMF*
do-install:
@${CHMOD} -R og+rX ${WRKSRC}/
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
.for cmfdir in CMFCalendar CMFCore CMFDefault CMFTopic
@${CP} -R ${WRKSRC}/${cmfdir} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
.endfor
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>