freebsd-ports/textproc/ctpp/Makefile
Sergey Matveychuk c42f1611e8 This is a simple set of C++ classes which allow to use
templates like perl module HTML::Template

PR:		ports/69277
Submitted by:	Andrei V. Shetuhin <shetuhin@corp.mail.ru>
2004-07-26 12:32:51 +00:00

22 lines
443 B
Makefile

# 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>