pkgsrc/www/zopeedit/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

25 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.17 2008/04/25 20:39:14 joerg Exp $
#
DISTNAME= zopeedit-0.7-src
PKGNAME= ${DISTNAME:S/-src//}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
COMMENT= Helper client application for Zope's ExternalEditor
PYTHON_VERSIONS_ACCEPTED= 25 24 23
PYDISTUTILSPKG= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zopeedit
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/zopeedit
${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"