summaryrefslogtreecommitdiff
path: root/www/ctemplate/Makefile
blob: 620cec588cc4f61089b8ed40f6438c8807d094bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   ctemplate
# Date created:        02 April 2007
# Whom:                Alex Pesternikov <ap@page2rss.com>
#
# $FreeBSD$
#

PORTNAME=	ctemplate
PORTVERSION=	0.5
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>