freebsd-ports/chinese/py-cconv/Makefile

26 lines
570 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: 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
LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
2014-10-04 19:38:31 +02:00
USE_PYTHON= autoplist distutils
2014-08-15 04:59:55 +02:00
USES= python
2014-08-15 12:46:47 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so
.include <bsd.port.mk>