aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmms/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-07 23:39:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-07 23:39:27 +0000
commit363f16721b0e6e1fe9eab2307e9cc07032b60993 (patch)
treedb1208905b3a2e225a9aa2f14cffde623ad4f440 /multimedia/xmms/Makefile
parente2718b777aae40a143ac1f4c78e19b9e380a8c66 (diff)
downloadports-363f16721b0e6e1fe9eab2307e9cc07032b60993.tar.gz
ports-363f16721b0e6e1fe9eab2307e9cc07032b60993.zip
Notes
Diffstat (limited to 'multimedia/xmms/Makefile')
-rw-r--r--multimedia/xmms/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 60497c72642c..3df3a0189e35 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= xmms
-PORTVERSION= 1.2.7
-PORTREVISION= 3
+PORTVERSION= 1.2.8
CATEGORIES+= multimedia audio
-MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
+MASTER_SITES= ftp://ftp.xmms.org/pub/xmms/1.2.x/ \
http://www.xmms.org/files/1.2.x/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
MAINTAINER?= esk@ira.uka.de
COMMENT?= X Multimedia System --- An audio player with a Winamp GUI
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12 gnomehack libxml
@@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
MAN1= gnomexmms.1 wmxmms.1 xmms.1
-INPUT_PLUGINS= cdaudio,idcin,mpg123,tonegen,wav
+INPUT_PLUGINS= cdaudio,mpg123,tonegen,wav
OUTPUT_PLUGINS= OSS,disk_writer
VISUALIZATION_PLUGINS= blur_scope,sanalyzer
@@ -109,6 +110,10 @@ pre-extract:
post-patch:
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
's|\(datadir\)/aclocal|(prefix)/share/aclocal|g'
+ @${REINPLACE_CMD} -e 's|{datadir}/locale|{prefix}/share/locale|g' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
+ ${WRKSRC}/configure
post-install:
@${MKDIR} ${PREFIX}/share/xmms/Skins