openbsd-ports/www/zope-formulator/Makefile
xsa 4867bb2f90 Import of zope-formulator-1.6.2
Formulator is a tool to help with the creation and validation of web
forms. Form fields are stored as objects in Zope, in a special Form
folder.
2004-05-12 21:25:58 +00:00

31 lines
679 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/12 21:25:58 xsa Exp $
COMMENT= "framework that eases the creation and validation of web forms"
DISTNAME= Formulator-1.6.2
PKGNAME= zope-${DISTNAME:L}
CATEGORIES= www
HOMEPAGE= http://zope.org/Members/infrae/Formulator/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}${DISTNAME}/
EXTRACT_SUFX= .tgz
MODULES= zope
WRKDIST= ${WRKDIR}/Formulator
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; tar cf - Formulator | tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>