mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f190a856cb
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>
23 lines
439 B
Makefile
23 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>
|