diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-14 17:38:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-14 17:38:26 +0800 |
commit | 02342b23695bfc3abee7b324e1260e82a2f96b3a (patch) | |
tree | 6ceb907ee2ba42da9a44f011e82bcfdcbe217383 /audio/vagalume | |
parent | 044648fddc237a6e4471252a505b5e0d87d487d1 (diff) | |
download | freebsd-ports-gnome-02342b23695bfc3abee7b324e1260e82a2f96b3a.tar.gz freebsd-ports-gnome-02342b23695bfc3abee7b324e1260e82a2f96b3a.tar.zst freebsd-ports-gnome-02342b23695bfc3abee7b324e1260e82a2f96b3a.zip |
- Fix COMMENT
- Add LICENSE
- Cosmetic changes
Diffstat (limited to 'audio/vagalume')
-rw-r--r-- | audio/vagalume/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile index 11c3b47692eb..ffa136a8c924 100644 --- a/audio/vagalume/Makefile +++ b/audio/vagalume/Makefile @@ -9,7 +9,10 @@ MASTER_SITES= http://vagalume.igalia.com/files/source/ \ DEBIAN_POOL/pool/main/v/vagalume/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK+-based client for the Last.fm online radio +COMMENT= GTK+-based client for the Last.fm online radio + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libcurl.so:${PORTSDIR}/ftp/curl @@ -25,7 +28,6 @@ OPTIONS_DEFAULT= DBUS TRAY OPTIONS_SUB= NLS DBUS TRAY_DESC= Tray icon and libnotify support - DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib DBUS_CONFIGURE_ON= --enable-dbus --enable-im-status DBUS_CONFIGURE_OFF= --disable-dbus --disable-im-status @@ -35,21 +37,23 @@ TRAY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify TRAY_CONFIGURE_ENABLE= tray-icon NLS_USES= gettext -NLS_CPPFLAGS= -I${LOCALBASE}/include -NLS_LDFLAGS= -L${LOCALBASE}/lib +NLS_CPPFLAGS= -I${LOCALBASE}/include +NLS_LDFLAGS= -L${LOCALBASE}/lib NLS_CONFIGURE_ENABLE= nls +NLS_USES_OFF= gettext-tools -GCONF_USE= GNOME=gconf2 +GCONF_USE= GNOME=gconf2 GCONF_CONFIGURE_ENABLE= gconf post-patch: @${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \ ${WRKSRC}/Makefile.in + post-patch-NLS-off: @${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \ ${WRKSRC}/Makefile.in post-install: - ${CP} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps .include <bsd.port.mk> |