openbsd-ports/www/plone/Makefile
bernd 8015d6ebbd Mark as BROKEN for 4.0. The necessary fix is too intrusive at this point
of the release cycle. Sorry, we decided that it's better to ship no plone
package instead of a completely broken one.

Discussed with sturm@ and naddy@.

help & ok sturm@
2006-08-09 09:14:03 +00:00

45 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2006/08/09 09:14:03 bernd Exp $
# fix too intrusive, will be dealt with after 4.0
BROKEN= "Missing directories and RUN_DEPENDS"
COMMENT= "content management system built on top of Zope"
DISTNAME= Plone-2.1.1
PKGNAME= ${DISTNAME}p2
CATEGORIES= www
HOMEPAGE= http://www.plone.org/
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plone/}
MODULES= www/zope
RUN_DEPENDS= ::www/zope-cmf \
::lang/python/${MODZOPE_PYTHON_VERSION},-expat
PLONEITEMS= CMFPlone CMFQuickInstallerTool GroupUserFolder \
PlacelessTranslationService PloneLanguageTool \
PloneTranslations
do-build:
.for i in ${PLONEITEMS}
${PYTHON_BIN} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/${i} || true
.endfor
do-install:
${INSTALL_PROGRAM_DIR} ${MODZOPE_PRODUCTSDIR}
.for p in ${PLONEITEMS}
cd ${WRKBUILD}; cp -R ${p} ${MODZOPE_PRODUCTSDIR}
.endfor
.include <bsd.port.mk>