52de985869
separating logic from presentation: it is impossible to embed application logic in this template language.
24 lines
636 B
Makefile
24 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/12 12:32:09 adam Exp $
|
|
|
|
DISTNAME= ctemplate-0.99
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://google-ctemplate.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/google-ctemplate/
|
|
COMMENT= Simple but powerful template language for C++
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE= libctemplate.pc
|
|
PKGCONFIG_OVERRIDE+= libctemplate_nothreads.pc
|
|
PKGCONFIG_OVERRIDE_STAGE=post-build
|
|
REPLACE_PERL= src/template-converter
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|