7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
24 lines
646 B
Makefile
24 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/05/29 23:35:34 wiz Exp $
|
|
|
|
DISTNAME= ctemplate-2.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://google-ctemplate.googlecode.com/files/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/google-ctemplate/
|
|
COMMENT= Simple but powerful template language for C++
|
|
LICENSE= modified-bsd
|
|
|
|
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/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|