freebsd-ports/devel/ccmalloc/Makefile
Pav Lucistnik 7cd633ca72 - Update MASTER_SITES (make fetchable)
PR:		ports/66684
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-23 22:29:39 +00:00

34 lines
641 B
Makefile

# New ports collection makefile for: oaf
# Date created: 1st June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ccmalloc
PORTVERSION= 0.3.9
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www2.inf.ethz.ch/personal/biere/projects/ccmalloc/
MAINTAINER= jure@kom.org
COMMENT= C/C++ memory profiler and memory leak tracer
USE_PERL5= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CC= gcc -g -Wall
CXX= g++
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
EXTRA_PATCHES= ${FILESDIR}/patch5-configure
.endif
post-install:
@${CAT} pkg-message
.include <bsd.port.post.mk>