From b6a041b7769746ee3811242cfa38f4e4e9864363 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 6 Jan 2008 15:52:29 +0000 Subject: Add common Makefile part for zope29, zope210 and possibly zope211 in feature. --- www/zope/Makefile.common | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/zope/Makefile.common (limited to 'www/zope') diff --git a/www/zope/Makefile.common b/www/zope/Makefile.common new file mode 100644 index 00000000000..192b3f8bdd8 --- /dev/null +++ b/www/zope/Makefile.common @@ -0,0 +1,29 @@ +# $NetBSD: Makefile.common,v 1.1 2008/01/06 15:52:29 taca Exp $ +# + +FILES_SUBST+= RCVAR_SUFFIX=${RCVAR_SUFFIX} +MESSAGE_SUBST+= RCVAR_SUFFIX=${RCVAR_SUFFIX} + +PKG_GROUPS_VARS+= ZOPE_GROUP +PKG_USERS_VARS+= ZOPE_USER + +PKG_GROUPS= ${ZOPE_GROUP} +PKG_USERS= ${ZOPE_USER}:${ZOPE_GROUP} + +SUBST_CLASSES+= site +SUBST_STAGE.site= pre-configure +SUBST_FILES.site+= lib/python/sitecustomize.py +SUBST_SED.site= -e "s|@ZOPE_VERSION@|${ZOPE_VERSION}|g" +SUBST_MESSAGE.site= Update sitecustomize.py to ${ZOPE_PKG} + +.include "../../mk/bsd.prefs.mk" + +.if ${_USE_DESTDIR} == "no" +PRIVILEGED_STAGES+= clean +.endif + +.if ${OPSYS} == "FreeBSD" +RCVAR_SUFFIX= _enable +.else +RCVAR_SUFFIX= # empty +.endif -- cgit v1.2.3