1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/audio/gtk-mixer/Makefile
Ivan Rozhuk 79873d0cb6 audio/gtk-mixer: Update to 1.0.2
While here switch to DISTVERSION.

Changes:		https://github.com/rozhuk-im/gtk-mixer/compare/1.0.0...1.0.2
PR:			260648
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33643
2022-01-25 17:59:18 +01:00

21 lines
422 B
Makefile

PORTNAME= gtk-mixer
DISTVERSION= 1.0.2
CATEGORIES= audio
MAINTAINER= rozhuk.im@gmail.com
COMMENT= GTK based volume control tool
LICENSE= GPLv2
USES= cmake gnome pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_GITHUB= yes
GH_ACCOUNT= rozhuk-im
PLIST_FILES= bin/gtk-mixer
DESKTOP_ENTRIES="GTK-Mixer" "${COMMENT}" "multimedia-volume-control" \
"${PORTNAME}" "GTK;AudioVideo;Audio;Mixer;" true
.include <bsd.port.mk>