# $FreeBSD: tags/RELEASE_10_2_0/audio/volumeicon/Makefile 383061 2015-04-02 20:09:53Z lme $

PORTNAME=	volumeicon
PORTVERSION=	0.5.0
CATEGORIES=	audio
MASTER_SITES=	http://softwarebakery.com/maato/files/volumeicon/

MAINTAINER=	lme@FreeBSD.org
COMMENT=	Lightweight volume control for the systray

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-oss \
		--with-oss-include-path=/usr/include/sys
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib

USES=		gmake gettext pkgconfig
USE_GNOME=	gtk30

OPTIONS_DEFINE=		NLS NOTIFY
OPTIONS_DEFAULT=	NOTIFY
OPTIONS_SUB=		yes

NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
NOTIFY_CONFIGURE_ENABLE=notify

.include <bsd.port.mk>
