freebsd-ports/devel/boehm-gc-threaded/Makefile
Dmitry Marakasov 5afb690508 - Update WWW
- Remove bogus LICENSE

Approved by:	portmgr blanket
2020-01-05 09:30:14 +00:00

11 lines
243 B
Makefile

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