Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

17
devel/cppunit/options.mk Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: options.mk,v 1.1 2012/05/12 05:33:11 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cppunit
PKG_SUPPORTED_OPTIONS= doc
PKG_SUGGESTED_OPTIONS= # empty
.include "../../mk/bsd.options.mk"
PLIST_VARS+= doc
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= doxygen>=1.6.3:../../devel/doxygen
CONFIGURE_ARGS+= --enable-doxygen
PLIST.doc= yes
.else
CONFIGURE_ARGS+= --disable-doxygen
.endif