pkgsrc/devel/valgrind/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00

44 lines
964 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/05/29 23:36:30 wiz Exp $
#
DISTNAME= valgrind-3.9.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://valgrind.org/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= alnsn@NetBSD.org
HOMEPAGE= http://valgrind.org/downloads/
COMMENT= Debugging and profiling tools
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/valgrind.pc.in
GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM= Darwin-*-i386 Darwin-*-x86_64 \
Linux-*-x86_64 \
Linux-*-i386 \
Linux-*-arm*
USE_TOOLS+= gmake perl
USE_LANGUAGES= c c++
TEST_TARGET= regtest
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH:C/arm.*/arm/} == "arm"
PLIST_SUBST+= VGCONF_ARCH_PRI=arm
.endif
.if ${MACHINE_ARCH} == "i386"
PLIST_SUBST+= VGCONF_ARCH_PRI=x86
.endif
.if ${MACHINE_ARCH} == "x86_64"
PLIST_SUBST+= VGCONF_ARCH_PRI=amd64
#PLIST_SUBST+= VGCONF_ARCH_SEC=x86
CONFIGURE_ARGS+= --enable-only64bit
.endif
.include "../../mk/bsd.pkg.mk"