a31081897c
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. Package from pkgsrc-wip with bacon4000@gmail.com as the MAINTAINER. devel/snappy can use this along with other packages in the dependency chain for caffe.
12 lines
298 B
Makefile
12 lines
298 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/12/06 00:34:18 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= gflags
|
|
|
|
.if !defined(GFLAGS_BUILDLINK3_MK)
|
|
GFLAGS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gflags+= gflags>=2.1.2
|
|
BUILDLINK_PKGSRCDIR.gflags?= ../../devel/gflags
|
|
.endif # GFLAGS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gflags
|