diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/valgrind/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 60cabf53e1b..a1c7e5b127a 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/09/13 19:07:31 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2011/03/21 08:24:38 obache Exp $ # DISTNAME= valgrind-2.4.0 @@ -10,6 +10,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://valgrind.org/downloads/ COMMENT= Debugging and profiling tools +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/valgrind.pc.in |