pkgsrc-wip/google-perftools/Makefile
Aleksey Cheusov c126858d82 add TEST_TARGET=check
add dependency on perl
fix bashism test== in "configure" script
2009-07-14 08:44:57 +00:00

24 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/07/14 08:44:57 cheusov Exp $
#
DISTNAME= google-perftools-1.3
CATEGORIES= devel
MASTER_SITES= http://google-perftools.googlecode.com/files/
MAINTAINER= vle@gmx.net
HOMEPAGE= http://google-perftools.googlecode.com/
COMMENT= Multi-threaded malloc() and nifty performance analysis tools
LICENSE= modified-bsd
USE_TOOLS+= perl
REPLACE_PERL= src/pprof
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"