aboutsummaryrefslogtreecommitdiffstats
path: root/devel/memcheck/Makefile
blob: bfe080af482f5d9250f14a1cf27657f5a94248c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    memcheck
# Date created:             Mon Sep 2, 2002
# Whom:                 Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   memcheck
PORTVERSION=    0.1.4
CATEGORIES= devel
MASTER_SITES=   http://hald.dnsalias.net/projects/memcheck/

MAINTAINER= demon@FreeBSD.org
COMMENT=    Memory Allocation Checker

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>