openbsd-ports/www/plone/Makefile
naddy 47ea6df20b Update to 1.0.2; from Xavier Santolaria <xavier@santolaria.net>.
This release is mostly bug fixes and nice-to-have additions, and
is a recommended upgrade for people running the 1.0 releases.  It
also has updated translations.
2003-06-03 22:56:43 +00:00

41 lines
898 B
Makefile

# $OpenBSD: Makefile,v 1.2 2003/06/03 22:56:43 naddy Exp $
COMMENT= "content management system built on top of Zope"
VERSION= 1.0.2
PKGNAME= plone-${VERSION}
DISTNAME= CMFPlone${VERSION}
CATEGORIES= www
HOMEPAGE= http://www.plone.org/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plone/}
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :zope->=2.6.1:www/zope ::www/zope-cmf
NO_BUILD= Yes
NO_REGRESS= Yes
WRKSRC= ${WRKDIR}/CMFPlone-${VERSION}
ZOPEHOME= ${PREFIX}/lib/zope
PRODUCTSDIR= ${ZOPEHOME}/lib/python/Products
PLONEITEMS= CMFPlone DCWorkflow Formulator i18n
do-install:
${INSTALL_PROGRAM_DIR} ${PRODUCTSDIR}
for p in ${PLONEITEMS}; do \
cp -Rp ${WRKSRC}/$$p ${PRODUCTSDIR}; \
done
chown -R ${LIBOWN}:${LIBGRP} ${PRODUCTSDIR}
.include <bsd.port.mk>