freebsd-ports/www/zope-cmfforum/Makefile
Neil Blakey-Milner ba01dcfe3e Bring up to date by using USE_ZOPE (and thus using the correct python
version), and ignoring an error in the compilation process.
2003-09-03 11:31:16 +00:00

41 lines
889 B
Makefile

# New ports collection makefile for: zope-cmfforum
# Date created: 18 Jan 2003
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= zope-cmfforum
PORTVERSION= 1.0
CATEGORIES= www zope
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= collective
DISTNAME= CMFForum-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= nbm@FreeBSD.org
COMMENT= A forum for ZOPE CMF with file attachments
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf
USE_PYTHON= yes
USE_ZOPE= yes
DIST_SUBDIR= zope
WRKSRC= ${WRKDIR}/CMFForum
do-build:
-@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
@${CHMOD} -R og+rX ${WRKSRC}/
@${CP} -R ${WRKSRC} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>