openbsd-ports/www/zope-placelesstranslationservice/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

29 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/15 20:38:27 merdely Exp $
COMMENT= translation service based on potfiles for Zope
DISTNAME= PlacelessTranslationService-1.2-rc1
PKGNAME= zope-${DISTNAME:L:S/-rc/rc/}
CATEGORIES= www
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=collective/}
MODULES= www/zope
RUN_DEPENDS= ::www/zope-formulator
WRKDIST= ${WRKDIR}/PlacelessTranslationService
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; tar cf - PlacelessTranslationService | \
tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>