2013-09-20 19:03:26 +02:00
|
|
|
# Created by: stas
|
2009-12-18 05:08:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-10-17 22:53:58 +02:00
|
|
|
PORTREVISION= 0
|
2009-12-18 05:08:01 +01:00
|
|
|
|
2013-10-17 22:53:58 +02:00
|
|
|
COMMENT= Garbage collection and memory leak detection for C and C++ with threading support
|
2009-12-18 05:08:01 +01:00
|
|
|
|
2013-10-17 22:53:58 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../boehm-gc
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
2009-12-18 05:08:01 +01:00
|
|
|
|
|
|
|
GC_VARIANT= threaded
|
|
|
|
SOVER= 1
|
|
|
|
|
2013-10-17 22:53:58 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|