mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# 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= SF
|
|
|
|
MAINTAINER= ap@page2rss.com
|
|
COMMENT= Template system for C
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES+= bin/h2ap
|
|
|
|
.include <bsd.port.mk>
|