mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
77985eaf1c
Reported by: portscan
40 lines
970 B
Makefile
40 lines
970 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= goobox
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= CD player and ripper for GNOME Desktop environment
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libdiscid.so:audio/libdiscid \
|
|
libcoverart.so.0:audio/libcoverart \
|
|
libmusicbrainz5.so:audio/libmusicbrainz5 \
|
|
libbrasero-media3.so:sysutils/brasero \
|
|
libunique-1.0.so:x11-toolkits/unique
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig \
|
|
python:3.5+,build tar:xz xorg
|
|
USE_GNOME= glib20 gtk30 intlhack
|
|
USE_XORG= x11
|
|
USE_GSTREAMER1= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALL_TARGET= install-strip
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
|
|
GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml
|
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
OPTIONS_DEFAULT=NOTIFY
|
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_MESON_TRUE=disable-libnotify
|
|
|
|
.include <bsd.port.mk>
|