mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
5c2b9b7eb3
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
19 lines
325 B
Makefile
19 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>
|