[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / ctemplate

File: [cvs.NetBSD.org] / pkgsrc / devel / ctemplate / Makefile (download)

Revision 1.2, Wed Oct 3 21:54:28 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1 lines

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

# $NetBSD: Makefile,v 1.2 2012/10/03 21:54:28 wiz Exp $

DISTNAME=	ctemplate-0.99
PKGREVISION=	1
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"