25a80fb4ab
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
23 lines
674 B
Makefile
23 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.15 2009/03/05 18:51:27 joerg Exp $
|
|
|
|
DISTNAME= ChineseCodecs1.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters devel python
|
|
MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ \
|
|
ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/python-codecs/
|
|
COMMENT= Python Unicode codecs for Chinese charsets
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
|
|
PYDISTUTILSPKG= # defined
|
|
|
|
post-extract:
|
|
@${CHMOD} 711 ${WRKSRC}/chinesetw
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|