summaryrefslogtreecommitdiff
path: root/devel/dmalloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dmalloc/Makefile')
-rw-r--r--devel/dmalloc/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
new file mode 100644
index 00000000000..52fdd5da90b
--- /dev/null
+++ b/devel/dmalloc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/04 21:16:36 thorpej Exp $
+
+DISTNAME= dmalloc-4.8.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.dmalloc.com/
+COMMENT= Run-time configurable debugging malloc library
+
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install installinfo
+
+INFO_FILES= dmalloc.info
+
+.include "../../mk/bsd.pkg.mk"