1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/textproc/ctpl/Makefile
Dmitry Marakasov 8dc087a99c - Add LICENSE
- Fix WWW:
2016-11-07 11:23:50 +00:00

27 lines
484 B
Makefile

# $FreeBSD$
PORTNAME= ctpl
PORTVERSION= 0.3.4
CATEGORIES= textproc devel
MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= C Template (Parser) Library
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
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>