blob: fb8caf5484fdfa8f4f663b9ac5a6e313a156e749 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ctpp
# Date created: 19 July 2004
# Whom: shetuhin@corp.mail.ru (Andrei V. Shetuhin)
#
# $FreeBSD$
#
PORTNAME= ctpp
PORTVERSION= 1.0
CATEGORIES= textproc devel
MASTER_SITES= http://www.reki.ru/products/ctpp/
MAINTAINER= shetuhin@corp.mail.ru
COMMENT= C++ library to use templates in C/C++ projects
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|