aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc-redirect/Makefile
blob: 322b58476bd2ac99dd442a1ec881d9163ce419e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: stas
# $FreeBSD$

PORTREVISION=	0

COMMENT=	Garbage collection and memory leak detection for C and C++ with malloc redirection

LICENSE=	MIT

MASTERDIR=	${.CURDIR}/../boehm-gc                                                                                                                                                        
DESCR=		${.CURDIR}/pkg-descr
GC_VARIANT=	redirect

.include "${MASTERDIR}/Makefile"