pkgsrc/devel/gflags/buildlink3.mk
rodent a31081897c Import gflags-2.1.2 as devel/gflags.
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.
2016-12-06 00:34:18 +00:00

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