mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
1f767cf94e
Changelog: https://github.com/rozhuk-im/gtk-mixer/releases/tag/1.0.4 PR: 277607 Approved by: diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D44693
29 lines
562 B
Makefile
29 lines
562 B
Makefile
PORTNAME= gtk-mixer
|
|
DISTVERSION= 1.0.4
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= rozhuk.im@gmail.com
|
|
COMMENT= GTK based volume control tool
|
|
WWW= https://github.com/rozhuk-im/gtk-mixer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= cmake gnome pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rozhuk-im
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30
|
|
CFLAGS+= -DHAVE_REALLOCARRAY
|
|
|
|
DESKTOP_ENTRIES= "GTK-Mixer" \
|
|
"${COMMENT}" \
|
|
"multimedia-volume-control" \
|
|
"${PORTNAME}" \
|
|
"GTK;AudioVideo;Audio;Mixer;" \
|
|
true
|
|
|
|
PLIST_FILES= bin/gtk-mixer
|
|
|
|
.include <bsd.port.mk>
|