Fri Mar 11 11:42:35 2011 UTC ()
Add options.mk file, split off during 2.32.1 update.


(wiz)
diff -r0 -r1.1 pkgsrc/devel/libgnome/options.mk

File Added: pkgsrc/devel/libgnome/Attic/options.mk
# $NetBSD: options.mk,v 1.1 2011/03/11 11:42:35 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libgnome
PKG_SUPPORTED_OPTIONS=	esound

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mesound)
BUILDLINK_API_DEPENDS.esound+=		esound>=0.2.26
.include "../../audio/esound/buildlink3.mk"
BUILDLINK_API_DEPENDS.audiofile+=	libaudiofile>=0.2.3
.include "../../audio/libaudiofile/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-esd
.endif