aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ctpp2/Makefile
blob: 3e171cd22144c11b7bbdc03b4aac985e6123c4a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:   ctpp2
# Date created:         25 Jan 2008
# Whom:                 reki@reki.ru (Andrei V. Shetuhin)
#
# $FreeBSD$
#

PORTNAME=   ctpp2
PORTVERSION=    2.2.0
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

.include <bsd.port.mk>