pkgsrc/devel/dmalloc/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

22 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/06/02 01:20:52 jschauma Exp $
DISTNAME= dmalloc-4.8.2
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.dmalloc.com/
COMMENT= Run-time configurable debugging malloc library
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shlib
CFLAGS+= -fPIC -DPIC
INSTALL_TARGET= install installinfo
INFO_FILES= dmalloc.info
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"