freebsd-ports/devel/boehm-gc-threaded/Makefile
Carlos J. Puga Medina b743d525b8 devel/boehm-gc: update to 7.6.2
- Remove patch (added upstream)
- Drop maintainership
- Bump SHLIBS version in pkg-plist

Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.2

PR:		224848
Exp-run by:	antoine
2018-01-08 12:52:49 +00:00

13 lines
257 B
Makefile

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