aboutsummaryrefslogtreecommitdiffstats
path: root/audio/volumeicon/Makefile
blob: 071da47099c07b7068f39907183bb888ba71fe4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

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 intltool

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>