057f551bdc
Approved by: portmgr blanket
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memcheck
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hald.dnsalias.net/projects/memcheck/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Memory Allocation Checker
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|