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.
15 lines
401 B
Makefile
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"
|