d9fe2f5b1c
PR: ports/193266 Submitted by: maintainer
22 lines
366 B
Makefile
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>
|