1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/ctpp2/Makefile
Martin Wilke 0b52c97bd7 - Update to 2.5.4
PR:		134753
Submitted by:	"Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
2009-05-22 21:54:33 +00:00

24 lines
508 B
Makefile

# New ports collection makefile for: ctpp2
# Date created: 25 Jan 2008
# Whom: reki@reki.ru (Andrei V. Shetuhin)
#
# $FreeBSD$
#
PORTNAME= ctpp2
PORTVERSION= 2.5.4
CATEGORIES= textproc devel
MASTER_SITES= http://ctpp.havoc.ru/download/
MAINTAINER= reki@reki.ru
COMMENT= C++ library to use templates in C/C++ projects, version 2
USE_CMAKE= yes
USE_LDCONFIG= yes
USE_GETTEXT= yes
USE_ICONV= yes
MAN1= ctpp2c.1 ctpp2vm.1 ctpp2i.1 ctpp2json.1 ctpp2-config.1
.include <bsd.port.mk>