mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
38eb8c5339
Reported by: pointyhat
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# Ports collection makefile for: memcheck
|
|
# Date created: Mon Sep 2, 2002
|
|
# Whom: 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:22
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|