pkgsrc/devel/dmalloc/Makefile
drochner 2ea5a63928 update to 5.5.2
changes:
-Added the dmalloc_get_stats() function to report on internal
 heap statistics
-Added file/line number reporting for the function argument checking
 features. WARNING: this requires a recompilation of all code compiled
 with -DDMALLOC_FUNC_CHECK
-misc fixes and improvements
2010-02-11 18:35:07 +00:00

29 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.21 2010/02/11 18:35:07 drochner Exp $
DISTNAME= dmalloc-5.5.2
CATEGORIES= devel
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/}
MASTER_SITES= http://dmalloc.com/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dmalloc.com/
COMMENT= Run-time configurable debugging malloc library
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shlib
CFLAGS+= -fPIC -DPIC
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --enable-cxx
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
INSTALL_TARGET= install installcxx
TEST_TARGET= heavy
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"