pkgsrc/devel/py-pytemplate/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

34 lines
981 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/04/08 19:08:54 wiz Exp $
#
DISTNAME= pytemplate-1.5.1
PKGNAME= py-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.bulot.org/downloads/
MAINTAINER= imil@gcu.info
HOMEPAGE= http://bulot.org/wiki/doku.php?id=projects:python:pytemplate
COMMENT= Pytemplate gives python developpers a starting framework
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
REPLACE_PYTHON= ${WRKSRC}/*.py
EGDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-pytemplate
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
PRINT_PLIST_AWK+= { gsub(/${PYPKGPREFIX:S|/|\\/|g}/, "$${PYPKGPREFIX}") }
INSTALLATION_DIRS+= ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/example.py ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/daemonexample.py ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/threadexample.py ${DESTDIR}${EGDIR}
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"