15 lines
275 B
Makefile
15 lines
275 B
Makefile
# Created by: stas
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
|
|
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"
|