20 lines
396 B
Makefile
20 lines
396 B
Makefile
COMMENT = garbage collector library
|
|
|
|
V = 0.3.2
|
|
DISTNAME = libgcroots-$V
|
|
|
|
SHARED_LIBS += gcroots 1.0 # 1.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/uim/libgcroots/
|
|
|
|
# Boehm GC license, permission to use/copy/modify/distribute
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = https://github.com/uim/libgcroots/releases/download/$V/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|