aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ctpl/Makefile
blob: 35005d8521f66da9e0357fd89304acbadf0db9ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $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

LICENSE=    GPLv3+
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes
USE_GNOME=  glib20
USES=       pathfix pkgconfig libtool
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>