freebsd-ports/devel/boehm-gc-redirect/Makefile
2021-04-06 16:31:07 +02:00

10 lines
232 B
Makefile

# Created by: stas
COMMENT= Garbage collection and memory leak detection for C and C++ with malloc redirection
MASTERDIR= ${.CURDIR}/../boehm-gc
DESCR= ${.CURDIR}/pkg-descr
GC_VARIANT= redirect
.include "${MASTERDIR}/Makefile"