65f360254a
PR: 108563 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
20 lines
414 B
Makefile
20 lines
414 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.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hald.dnsalias.net/projects/memcheck/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Memory Allocation Checker
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|