aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ctpl/Makefile
blob: e375a74af16790e9b50b9a2e343b87202332a0e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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>