aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-midi/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2008-01-12 15:13:43 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2008-01-12 15:13:43 +0000
commitfada0e3c1634875ad5d7a6689de45e0945d2a088 (patch)
tree26a6c634283df238f7f484b26ec5f80ce7f84055 /audio/xmms-midi/Makefile
parent578dc576efaaa152a6f530d2482f343dde6ffed4 (diff)
downloadports-fada0e3c1634875ad5d7a6689de45e0945d2a088.tar.gz
ports-fada0e3c1634875ad5d7a6689de45e0945d2a088.zip
Notes
Diffstat (limited to 'audio/xmms-midi/Makefile')
-rw-r--r--audio/xmms-midi/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/xmms-midi/Makefile b/audio/xmms-midi/Makefile
index 9d8fbb2494e9..710919dbd3cd 100644
--- a/audio/xmms-midi/Makefile
+++ b/audio/xmms-midi/Makefile
@@ -6,10 +6,10 @@
PORTNAME= xmms-midi
PORTVERSION= 0.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://dl.fkb.wormulon.net/xmms-midi/ \
- http://dl.kel.wormulon.net/xmms-midi/
+ http://dl.kel.wormulon.net/xmms-midi/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS input plugin to play midi files
@@ -19,10 +19,16 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity
USE_GNOME= gtk12
USE_X_PREFIX= yes
-USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15
+USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
PLIST_FILES= lib/xmms/Input/libmid.a \
lib/xmms/Input/libmid.la \
lib/xmms/Input/libmid.so
+post-patch:
+ ${REINPLACE_CMD} -e "s,/xmms/Input,/lib/xmms/Input,; \
+ s,_LDFLAGS =,_LDFLAGS = -module -export-dynamic -avoid-version," \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>