2006-08-09 05:14:03 -04:00
|
|
|
# $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"
|
2003-05-25 14:57:01 -04:00
|
|
|
|
|
|
|
COMMENT= "content management system built on top of Zope"
|
|
|
|
|
2005-11-27 09:12:02 -05:00
|
|
|
DISTNAME= Plone-2.1.1
|
2006-07-28 08:38:37 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2003-05-25 14:57:01 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.plone.org/
|
|
|
|
|
2006-03-12 07:23:13 -05:00
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
2003-05-25 14:57:01 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-08-21 14:46:04 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plone/}
|
2003-05-25 14:57:01 -04:00
|
|
|
|
2004-08-03 08:12:40 -04:00
|
|
|
MODULES= www/zope
|
2003-05-25 14:57:01 -04:00
|
|
|
|
2006-07-28 08:38:37 -04:00
|
|
|
RUN_DEPENDS= ::www/zope-cmf \
|
|
|
|
::lang/python/${MODZOPE_PYTHON_VERSION},-expat
|
2003-10-22 20:21:55 -04:00
|
|
|
|
2006-03-12 07:23:13 -05:00
|
|
|
PLONEITEMS= CMFPlone CMFQuickInstallerTool GroupUserFolder \
|
|
|
|
PlacelessTranslationService PloneLanguageTool \
|
|
|
|
PloneTranslations
|
2003-05-25 14:57:01 -04:00
|
|
|
|
2004-08-03 06:22:10 -04:00
|
|
|
do-build:
|
|
|
|
.for i in ${PLONEITEMS}
|
|
|
|
${PYTHON_BIN} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/${i} || true
|
|
|
|
.endfor
|
2003-05-25 14:57:01 -04:00
|
|
|
|
|
|
|
do-install:
|
2003-08-21 14:46:04 -04:00
|
|
|
${INSTALL_PROGRAM_DIR} ${MODZOPE_PRODUCTSDIR}
|
2004-08-03 06:22:10 -04:00
|
|
|
.for p in ${PLONEITEMS}
|
|
|
|
cd ${WRKBUILD}; cp -R ${p} ${MODZOPE_PRODUCTSDIR}
|
|
|
|
.endfor
|
2003-05-25 14:57:01 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|