# New ports collection makefile for: zh-pycodec # Date created: 24 June 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= pycodec PORTVERSION= 1.2.0 CATEGORIES= chinese python converters MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= perky DISTNAME= ChineseCodecs${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python Unicode codecs for Chinese charsets BUILD_DEPENDS= ${PYDISTUTILS} USE_PYTHON= yes NO_BUILD= yes PLIST_SUB+= PYTHON_CODECDIR=${PYCODEC_DIR:S,^${LOCALBASE}/,,g} PYCODEC_DIR= ${PYTHON_LIBDIR}/encodings PYDIST_SETUP= cd ${WRKSRC}/Python && ${PYTHON_CMD} setup.py do-install: ${PYDIST_SETUP} install --install-lib="${PYCODEC_DIR}" .include