# New ports collection makefile for: py-cconv # Date created: 2011-04-28 # Whom: Sunpoet Po-Chuan Hsieh # # $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.0:${PORTSDIR}/chinese/cconv CFLAGS+= -I${LOCALBASE}/include USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so .include