pkgsrc/www/py-HTMLgen/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00

20 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/09/21 23:47:00 jlam Exp $
#
DISTNAME= HTMLgen
PKGNAME= ${PYPKGPREFIX}-HTMLgen-2.2.2
CATEGORIES= www
MASTER_SITES= http://starship.python.net/crew/friedrich/
EXTRACT_SUFX= .tgz
DIST_SUBDIR= py-HTMLgen-2.2.2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://starship.python.net/crew/friedrich/HTMLgen/html/main.html
COMMENT= class library for the generation of HTML documents
NO_BUILD= yes
MAKE_ENV+= PYTHONBIN=${PYTHONBIN}
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"