e44bf515dc
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.
20 lines
548 B
Makefile
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"
|