freebsd-ports/textproc/ctpl/Makefile

27 lines
490 B
Makefile
Raw Normal View History

# $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
2016-11-07 12:23:50 +01:00
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_GNOME= glib20
2019-11-08 13:59:36 +01:00
USES= gnome libtool pathfix pkgconfig
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>