freebsd-ports/devel/libunistring/Makefile
Vanilla I. Shu d9fe2f5b1c Upgrade to 0.9.4. bump PORTREVISION due shared library incr.
PR:		ports/193266
Submitted by:	maintainer
2014-09-03 07:34:37 +00:00

22 lines
366 B
Makefile

# $FreeBSD$
PORTNAME= libunistring
PORTVERSION= 0.9.4
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= takefu@airport.fm
COMMENT= Unicode string library
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
USES= charsetfix gmake iconv libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INFO= ${PORTNAME}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>