summaryrefslogtreecommitdiff
path: root/devel/memcheck/Makefile
blob: 7a399c306172ad98638ae073dea05ba14ad1ead2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

.include <bsd.port.mk>