summaryrefslogtreecommitdiff
path: root/devel/cppunit/options.mk
blob: 8a30659ef985a3fd9cda19bbd65ecd2a2e8575e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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