aboutsummaryrefslogtreecommitdiff
path: root/www/ctemplate/Makefile
blob: 33fd5768f3ef74bce34041f5f2e4542eb0a1a69a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Alex Pesternikov <ap@page2rss.com>
# $FreeBSD$

PORTNAME=	ctemplate
PORTVERSION=	0.5
CATEGORIES=	www textproc
MASTER_SITES=	SF

MAINTAINER=	ap@page2rss.com
COMMENT=	Template system for C

BROKEN_armv6=		fails to compile: assigning to char * from incompatible type const char *
BROKEN_armv7=		fails to compile: assigning to char * from incompatible type const char *

USES=		gmake
GNU_CONFIGURE=	yes

PLIST_FILES+=	bin/h2ap

.include <bsd.port.mk>