Files
ports/audio/volumeicon/Makefile
T
Charlie Li e87d8134a3 gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
2025-03-17 00:02:08 -04:00

38 lines
775 B
Makefile

PORTNAME= volumeicon
PORTVERSION= 0.5.1
PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight volume control for the systray
WWW= https://github.com/Maato/volumeicon/
LICENSE= GPLv3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-oss=v3 \
--with-oss-include-path=/usr/include/sys
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= autoreconf gmake gnome gettext pkgconfig xorg
USE_GNOME= gtk30 intltool cairo gdkpixbuf
USE_XORG= x11
USE_CSTD= gnu99
USE_GITHUB= yes
GH_ACCOUNT= Maato
OPTIONS_DEFINE= NLS NOTIFY
OPTIONS_DEFAULT= NOTIFY
OPTIONS_SUB= yes
NLS_USES= gettext
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=notify
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>