848ea87fc1
PR: 130582 Submitted by: "Andrei. V. Shetuhin" <reki at reki dot ru> (maintainer)
22 lines
464 B
Makefile
22 lines
464 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.4.1
|
|
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>
|