forked from Lainports/freebsd-ports
CTPL is a template engine library. It allows fast and easy parsing of templates and fine control over template parsing environment. WWW: http://ctpl.tuxfamily.org
18 lines
325 B
Makefile
18 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ctpl
|
|
PORTVERSION= 0.3.3
|
|
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 gnomehack
|
|
USE_PKGCONFIG= build
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= ctpl.1
|
|
|
|
.include <bsd.port.mk>
|