mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2d8b17ea39
With hat: portmgr
19 lines
353 B
Makefile
19 lines
353 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= memcheck
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hald.dnsalias.net/projects/memcheck/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Memory Allocation Checker
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|