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