aboutsummaryrefslogtreecommitdiff
path: root/audio/goobox
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 23:46:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 23:46:27 +0000
commita4aefba45b1778309ffcc8440c5d14879ee1fd6f (patch)
treefe65d882139e5d04a64964441739697943e9c3c8 /audio/goobox
parent169ea802e626e4119468b979ee59ca1e14440d75 (diff)
downloadports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.tar.gz
ports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.zip
Stagify brasero
Convert to USES=libtool Chase shlib number change Clean up a bit chased ports
Notes
Notes: svn path=/head/; revision=352177
Diffstat (limited to 'audio/goobox')
-rw-r--r--audio/goobox/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile
index be3729d88203..3e0037d8e13a 100644
--- a/audio/goobox/Makefile
+++ b/audio/goobox/Makefile
@@ -4,7 +4,7 @@
PORTNAME= goobox
PORTVERSION= 2.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -20,28 +20,22 @@ LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
USE_XORG= x11
-USES= gettext gmake pkgconfig
-USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils
+USES= gettext gmake desktop-file-utils pathfix pkgconfig tar:bzip2
+USE_GNOME= gnomeprefix intlhack gtk20 gconf2
USE_GSTREAMER= cdparanoia gconf core gio
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= goobox.schemas
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+=--enable-notification
-.else
-CONFIGURE_ARGS+=--disable-notification
-.endif
+NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_CONFIGURE_ENABLE= notification
.include <bsd.port.mk>