1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Turn on x86 specific optimalizations when on i386

- Add WWW

PR:		ports/70731
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-08-20 19:04:10 +00:00
parent 715ef044d1
commit eff1dce55e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116816
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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