1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/ctpl/Makefile
Max Brazhnikov 5c2b9b7eb3 Add new port textproc/ctpl:
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
2012-09-21 21:17:58 +00:00

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>