summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-09-12 21:36:04 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-09-12 21:36:04 +0000
commit388f77f7926da9e4002145ac8b853b80bdd3e364 (patch)
treeedf67b10a7d380b31d5f0c8b56d26fc45c51b044 /audio
parentUpdate to 0.44. (diff)
- Add Music Visualizer screen
Notes
Notes: svn path=/head/; revision=241295
Diffstat (limited to 'audio')
-rw-r--r--audio/ncmpcpp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index febcde869828..2cb3082b6175 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -29,7 +29,8 @@ MAKE_JOBS_SAFE= yes
OPTIONS= CURL "Enable fetching lyrics from the Internet" on \
CLOCK "Enable clock-screen support" on \
UTF8 "Enable UTF8 support" on \
- TAGLIB "Enable taglib support" off
+ TAGLIB "Enable taglib support" off \
+ VISUALIZER "Enable music visualizer screen" on
.include <bsd.port.pre.mk>
@@ -74,6 +75,10 @@ CONFIGURE_ARGS+= --with-taglib
CONFIGURE_ARGS+= --with-taglib=no
.endif
+.if !defined(WITHOUT_VISUALIZER)
+CONFIGURE_ARGS+= --enable-visualizer
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/i18n/SUPPORTED|${LOCALBASE}/share/locale|g' \
-e 's|iconv.h|sys/iconv.h|g' ${WRKSRC}/configure*