2015-03-07 22:16:56 +01:00
|
|
|
PORTNAME= volumeicon
|
2017-12-13 11:15:09 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2017-12-18 17:25:32 +01:00
|
|
|
PORTREVISION= 1
|
2015-03-07 22:16:56 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
|
2021-07-28 21:52:38 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2015-03-07 22:16:56 +01:00
|
|
|
COMMENT= Lightweight volume control for the systray
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-12-18 17:25:32 +01:00
|
|
|
CONFIGURE_ARGS= --enable-oss=v3 \
|
2015-03-07 22:16:56 +01:00
|
|
|
--with-oss-include-path=/usr/include/sys
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
|
2019-11-04 21:39:51 +01:00
|
|
|
USES= autoreconf gmake gnome gettext pkgconfig xorg
|
2017-12-13 11:15:09 +01:00
|
|
|
USE_GNOME= gtk30 intltool cairo gdkpixbuf2
|
|
|
|
USE_XORG= x11
|
2018-09-18 09:10:07 +02:00
|
|
|
USE_CSTD= gnu99
|
2017-12-13 11:15:09 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Maato
|
2015-03-07 22:16:56 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS NOTIFY
|
|
|
|
OPTIONS_DEFAULT= NOTIFY
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2017-12-13 11:15:09 +01:00
|
|
|
NLS_USES= gettext
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
2015-03-07 22:16:56 +01:00
|
|
|
NOTIFY_CONFIGURE_ENABLE=notify
|
|
|
|
|
2017-12-13 11:15:09 +01:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ./autogen.sh
|
|
|
|
|
2015-03-07 22:16:56 +01:00
|
|
|
.include <bsd.port.mk>
|