pkgsrc/converters/py-zhCodecs/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

22 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:46 jlam Exp $
DISTNAME= ChineseCodecs1.2.0
PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
CATEGORIES= converters devel
MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ \
ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://www.sourceforge.net/python-codecs/
COMMENT= python Unicode codecs for Chinese charsets
PYDISTUTILSPKG= # defined
PYBINMODULE= # defined
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
post-extract:
@${CHMOD} 711 ${WRKSRC}/chinesetw
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"