freebsd-ports/textproc/ctpl/Makefile
Max Brazhnikov 8fd8acd071 textproc/ctpl:
- Update to 0.3.4
- Add NLS option
2015-03-24 09:49:51 +00:00

23 lines
434 B
Makefile

# $FreeBSD$
PORTNAME= ctpl
PORTVERSION= 0.3.4
CATEGORIES= textproc devel
MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/
MAINTAINER= makc@FreeBSD.org
COMMENT= C Template (Parser) Library
GNU_CONFIGURE= yes
USE_GNOME= glib20
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>