mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cc334d7474
- Allow staging - Use single space for WWW: - USES gmake PR: ports/183918 Submitted by: maintainer
22 lines
328 B
Makefile
22 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>
|