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

                    
                     


                                                            
                                 

                                           


                                 
                   
                      
                                               
                   






                               
 
                      

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=		gnome libtool pathfix pkgconfig
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>