summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2016-12-06 00:34:18 +0000
committerrodent <rodent>2016-12-06 00:34:18 +0000
commit6bc9eff4ac6e89510e18a0353b978c23e70d9b2f (patch)
tree0c1441ba8204de33d44c45a1db8369b178de2e4d /devel/Makefile
parent33926f79e45977e0316048323b3f1b09f657e869 (diff)
downloadpkgsrc-6bc9eff4ac6e89510e18a0353b978c23e70d9b2f.tar.gz
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.
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 734ea26b7ba..3e0f9b84562 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2340 2016/12/04 21:12:58 rodent Exp $
+# $NetBSD: Makefile,v 1.2341 2016/12/06 00:34:18 rodent Exp $
#
COMMENT= Development utilities
@@ -267,6 +267,7 @@ SUBDIR+= gettext-asprintf
SUBDIR+= gettext-lib
SUBDIR+= gettext-m4
SUBDIR+= gettext-tools
+SUBDIR+= gflags
SUBDIR+= gflib
SUBDIR+= giblib
SUBDIR+= gindent