pkgsrc/devel/py-pytemplate/Makefile
obache eafeaa1b8b * allow to build with any python2.x
* using distutils.
* change example directory, not to conflict with python variants each other.

Bump PKGREVISION.
2011-10-14 06:27:42 +00:00

35 lines
1,017 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/10/14 06:27:42 obache 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
PYTHON_VERSIONS_INCOMPATIBLE= 31
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"