diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 20:40:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 20:40:03 +0000 |
commit | 7d185d49823faa0a9e6a031d7d3e224bbd727f53 (patch) | |
tree | e642fec13393cd12ecf670649215d9e51441add8 /audio | |
parent | 0fe0830849e60cda0c0ecb56545eb707bbaa9faa (diff) | |
download | ports-7d185d49823faa0a9e6a031d7d3e224bbd727f53.tar.gz ports-7d185d49823faa0a9e6a031d7d3e224bbd727f53.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index b4f0f5fdb16c..8f89945788bc 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -26,6 +26,10 @@ MAN1= mp3blaster.1 nmixer.1 splay.1 CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +OPTIONS= LIRC "LIRC support" off \ + SIDPLAY "Sidplayer support" on \ + VORBIS "Ogg Vorbis support" on + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 @@ -49,15 +53,6 @@ CONFIGURE_ARGS+= --without-oggvorbis LIB_DEPENDS+= vorbisfile.4:${PORTSDIR}/audio/libvorbis .endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "MP3Blaster has the following tunable option(s):" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_LIRC=yes Turns on LIRC support" - @${ECHO_MSG} " WITHOUT_SIDPLAY=yes Turns off Sidplayer support" - @${ECHO_MSG} " WITHOUT_VORBIS=yes Turns off Ogg Vorbis support" - @${ECHO_MSG} "" - post-extract: @${FIND} ${WRKSRC} -name "getopt*" -delete |