pkgsrc/www/zopeedit/Makefile
recht 367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00

25 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= zopeedit-0.7-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
COMMENT= Helper client application for Zope's ExternalEditor
USE_BUILDLINK3= YES
PYTHON_VERSIONS_ACCEPTED= 22 23
PYDISTUTILSPKG= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zopeedit
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/zopeedit
${INSTALL_DATA} ${WRKSRC}/man/zopeedit.1 ${PREFIX}/man/man1
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"