aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/pycodec/Makefile
blob: 0ded5f82aed78cebfb8c444985595df123a6c670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

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>