freebsd-ports/textproc/libuninameslist/Makefile
Dmitry Marakasov 466df4baf5 - Support staging
- Convert USE_GMAKE to USES
2013-12-24 03:20:14 +00:00

20 lines
424 B
Makefile

# Created by: KANOU Hiroki <kanou@khdd.net>
# $FreeBSD$
PORTNAME= libuninameslist
PORTVERSION= 20091231
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library of Unicode annotation data
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USES= gmake
USE_AUTOTOOLS= libtool
ALL_TARGET= both
USE_LDCONFIG= yes
.include <bsd.port.mk>