blob: f2d0a2460846d55ac22fce99c433b351d7357313 (
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
|
# New ports collection makefile for: py-cconv
# Date created: 2011-04-28
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cconv
PORTVERSION= 0.5.0
CATEGORIES= chinese converters python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python wrapper for chinese/cconv
LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
.include <bsd.port.mk>
|