mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# 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
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so
|
|
|
|
.include <bsd.port.mk>
|