aboutsummaryrefslogblamecommitdiff
path: root/textproc/ctpl/Makefile
blob: c3c960855468728d25c0f26b6a6475ef483910d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                    
                     






                                                            
                      
                                         
                   






                               
 
                      
# $FreeBSD$

PORTNAME=	ctpl
PORTVERSION=	0.3.4
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
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>