diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:46:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 23:46:27 +0000 |
commit | a4aefba45b1778309ffcc8440c5d14879ee1fd6f (patch) | |
tree | fe65d882139e5d04a64964441739697943e9c3c8 /audio/goobox/Makefile | |
parent | 169ea802e626e4119468b979ee59ca1e14440d75 (diff) | |
download | ports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.tar.gz ports-a4aefba45b1778309ffcc8440c5d14879ee1fd6f.zip |
Notes
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 18 |
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> |