summaryrefslogtreecommitdiff
path: root/devel/memcheck/Makefile
blob: 6a4fe9ae79ca72931a8940ae65c3e95e5d84a3e1 (plain) (blame)
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.1
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>