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

PORTREVISION=   1

COMMENT=    Garbage collection and memory leak detection for C and C++ with threading support

LICENSE=    MIT

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

GC_VARIANT= threaded

.include "${MASTERDIR}/Makefile"