openbsd-ports/www/zope-externaleditor/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

29 lines
636 B
Makefile

# $OpenBSD: Makefile,v 1.6 2009/09/15 17:37:22 jasper Exp $
COMMENT= Zope product to use an external editor to edit Zope objects
VERSION= 0.9.3
DISTNAME= ExternalEditor-${VERSION}-src
PKGNAME= zope-externaleditor-${VERSION}p1
CATEGORIES= www
HOMEPAGE= http://plope.com/software/ExternalEditor/
# ZPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
MODULES= www/zope
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; \
tar cf - ExternalEditor | tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>