freebsd-ports/www/ctemplate/Makefile
Mark Linimon c52a715800 Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 00:20:19 +00:00

19 lines
372 B
Makefile

# 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 *
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES+= bin/h2ap
.include <bsd.port.mk>