diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dmalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/dmalloc/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index e36427c8845..ea0304f08ea 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/02/18 15:14:09 seb Exp $ +# $NetBSD: Makefile,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $ DISTNAME= dmalloc-4.8.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/} EXTRACT_SUFX= .tgz @@ -10,6 +11,7 @@ HOMEPAGE= http://www.dmalloc.com/ COMMENT= Run-time configurable debugging malloc library GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-shlib INSTALL_TARGET= install installinfo diff --git a/devel/dmalloc/PLIST b/devel/dmalloc/PLIST index 6758d09bc2f..60c43ae3468 100644 --- a/devel/dmalloc/PLIST +++ b/devel/dmalloc/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:09 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $ bin/dmalloc include/dmalloc.h @unexec ${INSTALL_INFO} --delete %D/info/dmalloc.info %D/info/dir info/dmalloc.info @exec ${INSTALL_INFO} %D/info/dmalloc.info %D/info/dir lib/libdmalloc.a +lib/libdmalloc.so lib/libdmalloclp.a lib/libdmallocxx.a +lib/libdmallocxx.so |