aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmms-status-plugin
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-19 13:44:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-19 13:44:36 +0000
commit088cc466d05e9f9b39ac77f783973f86ec1712a1 (patch)
tree3ea3ca4fa0d15c5f073b744556dfd5441ddaaa6f /multimedia/xmms-status-plugin
parent1be118f0479e3d2246235bd75dde2172435c17a2 (diff)
downloadports-088cc466d05e9f9b39ac77f783973f86ec1712a1.tar.gz
ports-088cc466d05e9f9b39ac77f783973f86ec1712a1.zip
Notes
Diffstat (limited to 'multimedia/xmms-status-plugin')
-rw-r--r--multimedia/xmms-status-plugin/Makefile12
-rw-r--r--multimedia/xmms-status-plugin/files/patch-configure10
2 files changed, 7 insertions, 15 deletions
diff --git a/multimedia/xmms-status-plugin/Makefile b/multimedia/xmms-status-plugin/Makefile
index 6cf5a80ad5dc..515e35abccd3 100644
--- a/multimedia/xmms-status-plugin/Makefile
+++ b/multimedia/xmms-status-plugin/Makefile
@@ -10,17 +10,19 @@ MASTER_SITES= http://www.hellion.org.uk/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS control applet for GNOME 2 panel / KDE tray
-LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
+LICENSE= GPLv2 # (or later)
+LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
+
+USES= gettext gmake
USE_XORG= x11 xpm
-USE_GMAKE= yes
-USE_LDCONFIG= yes
+USE_CSTD= gnu89
USE_AUTOTOOLS= libtool
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
- ${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,-Werror,,' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/multimedia/xmms-status-plugin/files/patch-configure b/multimedia/xmms-status-plugin/files/patch-configure
deleted file mode 100644
index f195f07b43c6..000000000000
--- a/multimedia/xmms-status-plugin/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Dec 11 18:31:51 2002
-+++ configure Thu Dec 12 12:07:17 2002
-@@ -7414,6 +7414,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'