aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-wma
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-21 03:04:10 +0800
committerpav <pav@FreeBSD.org>2004-08-21 03:04:10 +0800
commit16caf646d335378024abe950e05dbb5e9f4ae926 (patch)
tree1e13f2899a6f876664bfb8ec576a05cb7f5bcb31 /audio/bmp-wma
parentb7578415fa9cbed41cc47b520b247edd0934c4fa (diff)
downloadfreebsd-ports-gnome-16caf646d335378024abe950e05dbb5e9f4ae926.tar.gz
freebsd-ports-gnome-16caf646d335378024abe950e05dbb5e9f4ae926.tar.zst
freebsd-ports-gnome-16caf646d335378024abe950e05dbb5e9f4ae926.zip
- Turn on x86 specific optimalizations when on i386
- Add WWW PR: ports/70731 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'audio/bmp-wma')
-rw-r--r--audio/bmp-wma/Makefile8
-rw-r--r--audio/bmp-wma/pkg-descr2
2 files changed, 9 insertions, 1 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile
index 4ee8f58c82bb..bf18169b22d6 100644
--- a/audio/bmp-wma/Makefile
+++ b/audio/bmp-wma/Makefile
@@ -21,4 +21,10 @@ PLIST_FILES= lib/bmp/Input/libwma.so
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS+= --enable-x86
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/audio/bmp-wma/pkg-descr b/audio/bmp-wma/pkg-descr
index cbbb3b4268c1..a7dc45a8bfd1 100644
--- a/audio/bmp-wma/pkg-descr
+++ b/audio/bmp-wma/pkg-descr
@@ -1,2 +1,4 @@
bmp-wma is WMA input plugin for beep-media-player, it's
based on xmms-wma but lots of things were changed.
+
+WWW: http://bmpwma.younggods.net/bmp-wma.html