Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+14
View File
@@ -0,0 +1,14 @@
# $NetBSD: options.mk,v 1.1 2014/07/22 17:36:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libpgf
PKG_SUPPORTED_OPTIONS= doc
PLIST_VARS+= doc
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= doxygen>=1.8.7:../../devel/doxygen
PLIST.doc= yes
CONFIGURE_ARGS+= --enable-doc
.endif