freebsd-ports/devel/boehm-gc-redirect/Makefile
Tijl Coosemans c30f4e6d28 - Complete USES=libtool conversion
- Remove USE_AUTOTOOLS
- Replace MAKE with MAKE_CMD
2014-10-03 12:52:34 +00:00

15 lines
427 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"