mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
89e07f4a18
Approved by: portmgr (implicit)
26 lines
588 B
Makefile
26 lines
588 B
Makefile
# Created by: bland@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= icu
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
MASTER_SITE_SUBDIR= source/P/PyICU
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyICU-${PORTVERSION}
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
COMMENT= Python extension wrapping IBM's ICU C++ API
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
MAKE_ENV+= \
|
|
PYICU_INCLUDES="${PREFIX}/include" \
|
|
PYICU_CFLAGS="-w:-DPYICU_VER=\"$(PORTVERSION)\"" \
|
|
PYICU_LFLAGS="-L${PREFIX}/lib"
|
|
|
|
LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu
|
|
|
|
.include <bsd.port.mk>
|