bin/xgolgo eta name='robots' content='index, nofollow'/>
aboutsummaryrefslogblamecommitdiffstats
path: root/chinese/pycodec/Makefile
blob: da6e2af4005195ad52041dafb96dc93258fac7a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                           

                                    

                                           
                                 
                                                          












                                                                  
# New ports collection makefile for:    zh-pycodec
# Date created:     24 June 2001
# Whom:         Hye-Shik Chang <perky@python.or.kr>
#
# $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 <bsd.port.mk>