c42f1611e8
templates like perl module HTML::Template PR: ports/69277 Submitted by: Andrei V. Shetuhin <shetuhin@corp.mail.ru>
22 lines
443 B
Makefile
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>
|