acde304b6e
. organize as master and slave ports; . while I'm here: support stage. PR: ports/175590 [1] ports/176011 [2] ports/176716 [3] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Vitaly Magerya <vmagerya@gmail.com> [2] Hirohisa Yamaguchi <umq@ueo.co.jp> [3]
14 lines
426 B
Makefile
14 lines
426 B
Makefile
# 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"
|