1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/libunistring/Makefile
William Grzybowski cc334d7474 devel/libunistring: allow staging
- Allow staging
- Use single space for WWW:
- USES gmake

PR:		ports/183918
Submitted by:	maintainer
2013-11-13 15:20:19 +00:00

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>