1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/ccmalloc/Makefile
Sam Lawrance 643d627aa1 Work around a bug in GCC (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8743).
Upstream vendor is aware of the problem, but no fix has made it into a
release yet.
Bump PORTREVISION.

PR:		ports/84231
Submitted by:	Bram Moolenaar <Bram@moolenaar.net>
2005-10-02 05:42:03 +00:00

41 lines
904 B
Makefile

# New ports collection makefile for: oaf
# Date created: 1st June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ccmalloc
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.inf.ethz.ch/personal/biere/projects/ccmalloc/
MAINTAINER= ports@FreeBSD.org
COMMENT= C/C++ memory profiler and memory leak tracer
USE_REINPLACE= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
SUB_FILES= pkg-message
PLIST_SUB= CXX="${CXX}"
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS=".*"|CFLAGS="${CFLAGS}"|; \
s|CXXFLAGS=".*"|CXXFLAGS="${CXXFLAGS}"|' ${WRKSRC}/configure
.if ${OSVERSION} >= 500000
@${REINPLACE_CMD} -e '/prefix=/ s|expr $$1|expr -- $$1|' \
${WRKSRC}/configure
.endif
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/src/ccmalloc.in
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>