openbsd-ports/www/zope-externaleditor/Makefile

30 lines
645 B
Makefile
Raw Normal View History

2010-11-11 07:35:09 -05:00
# $OpenBSD: Makefile,v 1.7 2010/11/11 12:35:19 sthen Exp $
COMMENT= Zope product to use an external editor to edit Zope objects
VERSION= 0.9.3
DISTNAME= ExternalEditor-${VERSION}-src
2010-11-11 07:35:09 -05:00
PKGNAME= zope-externaleditor-${VERSION}
REVISION= 1
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
2008-03-20 07:58:25 -04:00
MODULES= www/zope
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; \
tar cf - ExternalEditor | tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>