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
613 B
Makefile
23 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/03/05 18:51:27 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= cjkcodecs-1.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= http://download.berlios.de/cjkpython/
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://cjkpython.berlios.de/
|
|
COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 23 # included in python>=2.4
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|