diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 12:47:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-05 12:47:13 +0000 |
commit | 83a45c624cd521e790e1ea80d1d0dc24a1b2ac44 (patch) | |
tree | 254f57bf174b935d46cfc7fe74e0c5bab4f77006 /devel/ccmalloc/Makefile | |
parent | 8308b5b197d2f5aad9acbac67f1e81861bf43eb3 (diff) |
Notes
Diffstat (limited to 'devel/ccmalloc/Makefile')
-rw-r--r-- | devel/ccmalloc/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/ccmalloc/Makefile b/devel/ccmalloc/Makefile new file mode 100644 index 000000000000..7676947a16bb --- /dev/null +++ b/devel/ccmalloc/Makefile @@ -0,0 +1,29 @@ +# 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= 1 +CATEGORIES= devel +MASTER_SITES= http://www.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++ + +post-install: + @${CAT} pkg-message + +.include <bsd.port.mk> |