pkgsrc/devel/py-plex/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
509 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:49 jlam Exp $
DISTNAME= Plex1.1.2
PKGNAME= ${PYPKGPREFIX}-plex-1.1.2
CATEGORIES= devel
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
COMMENT= Lexical analysis module for Python
WRKSRC= ${WRKDIR}
pre-configure:
${CP} ${FILESDIR}/setup.py ${WRKSRC}
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"