2008-02-28 10:38:12 +01:00
|
|
|
# New ports collection makefile for: ctpp2
|
|
|
|
# Date created: 25 Jan 2008
|
|
|
|
# Whom: reki@reki.ru (Andrei V. Shetuhin)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ctpp2
|
2009-01-15 20:16:24 +01:00
|
|
|
PORTVERSION= 2.4.1
|
2008-02-28 10:38:12 +01:00
|
|
|
CATEGORIES= textproc devel
|
2008-08-29 22:18:54 +02:00
|
|
|
MASTER_SITES= http://ctpp.havoc.ru/download/ \
|
|
|
|
LOCAL/glarkin
|
2008-02-28 10:38:12 +01:00
|
|
|
|
|
|
|
MAINTAINER= reki@reki.ru
|
|
|
|
COMMENT= C++ library to use templates in C/C++ projects, version 2
|
|
|
|
|
2008-05-28 00:12:09 +02:00
|
|
|
USE_CMAKE= yes
|
2008-02-28 10:38:12 +01:00
|
|
|
USE_LDCONFIG= yes
|
2008-09-07 02:19:53 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_ICONV= yes
|
2008-02-28 10:38:12 +01:00
|
|
|
|
2008-09-26 11:40:46 +02:00
|
|
|
.include <bsd.port.mk>
|