freebsd-ports/devel/boehm-gc-threaded/Makefile

17 lines
283 B
Makefile
Raw Normal View History

# Created by: stas
# $FreeBSD$
PORTREVISION= 0
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
SOVER= 1
.include "${MASTERDIR}/Makefile"