- Allow staging - Use single space for WWW: - USES gmake PR: ports/183918 Submitted by: maintainer
21 lines
328 B
Makefile
21 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libunistring
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= takefu@airport.fm
|
|
COMMENT= Unicode string library
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= charsetfix iconv gmake
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO= ${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|