pkgsrc/devel/py-Optik/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

15 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/09/21 23:46:48 jlam Exp $
DISTNAME= Optik-1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optik/}
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://optik.sourceforge.net/
COMMENT= command line parsing library for Python
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"