freebsd-ports/www/ctemplate/Makefile
Nicola Vitale f190a856cb CTemplate is a simple but powerful, extremely fast HTML template system for
C language. It provides separation between code and presentation.

Author: Alex Pesternikov
WWW: http://ctemplate.sourceforge.net/

PR:		ports/111160
Submitted by:	Alex Pesternikov <ap at page2rss.com>
2007-04-10 16:22:33 +00:00

22 lines
439 B
Makefile

# New ports collection makefile for: ctemplate
# Date created: 02 April 2007
# Whom: Alex Pesternikov <ap@page2rss.com>
#
# $FreeBSD$
#
PORTNAME= ctemplate
PORTVERSION= 0.2
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ap@page2rss.com
COMMENT= Template system for C
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES+= bin/h2ap
.include <bsd.port.mk>