1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/ctpp2/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# New ports collection makefile for: ctpp2
# Date created: 25 Jan 2008
# Whom: reki@reki.ru (Andrei V. Shetuhin)
#
# $FreeBSD$
#
PORTNAME= ctpp2
PORTVERSION= 2.3.10
CATEGORIES= textproc devel
MASTER_SITES= http://ctpp.havoc.ru/download/ \
LOCAL/glarkin
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
.include <bsd.port.mk>