2012-12-29 21:57:20 +01:00
|
|
|
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
2007-10-25 01:37:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= goobox
|
2017-04-02 00:39:37 +02:00
|
|
|
PORTVERSION= 3.4.2
|
2007-10-25 01:37:25 +02:00
|
|
|
CATEGORIES= audio gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2014-11-19 12:49:04 +01:00
|
|
|
DIST_SUBDIR= gnome3
|
2007-10-25 01:37:25 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= CD player and ripper for GNOME Desktop environment
|
|
|
|
|
2017-04-02 00:39:37 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
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
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2019-11-04 21:39:51 +01:00
|
|
|
USES= desktop-file-utils gettext gmake gnome localbase pkgconfig \
|
|
|
|
tar:xz xorg
|
2015-08-05 21:13:24 +02:00
|
|
|
USE_GNOME= glib20 gtk30 intlhack
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GSTREAMER1= yes
|
2007-10-25 01:37:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2014-04-26 01:46:27 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2015-04-14 13:58:42 +02:00
|
|
|
GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml
|
|
|
|
|
2012-12-29 21:57:20 +01:00
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
|
|
OPTIONS_DEFAULT=NOTIFY
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
2015-08-19 15:29:59 +02:00
|
|
|
NOTIFY_CONFIGURE_ENABLE=notification
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2012-12-29 21:57:20 +01:00
|
|
|
.include <bsd.port.mk>
|