freebsd-ports/devel/memcheck/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

26 lines
534 B
Makefile

# Ports collection makefile for: memcheck
# Date created: Mon Sep 2, 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= memcheck
PORTVERSION= 0.1.1
CATEGORIES= devel
MASTER_SITES= http://www.sound.net/~hald/projects/memcheck/
MAINTAINER= demon@FreeBSD.org
COMMENT= Memory Allocation Checker
USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-patch:
.for file in memcheck.c tmemcheck.c
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>