freebsd-ports/devel/memcheck/Makefile
Dmitry Marakasov 057f551bdc - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:06:03 +00:00

19 lines
361 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= memcheck
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://hald.dnsalias.net/projects/memcheck/
MAINTAINER= demon@FreeBSD.org
COMMENT= Memory Allocation Checker
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>