summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-02-28 17:15:48 +0000
committerjlam <jlam@pkgsrc.org>2008-02-28 17:15:48 +0000
commite92d2e2dd4a9e6dde65e1d39432c6cce525d342f (patch)
treeab93ec3d00f50bbcc490a18adcb99c0a3fa6051b /audio
parent418a89c23c764bf08dc37b272d32c3fd9d1be988 (diff)
downloadpkgsrc-e92d2e2dd4a9e6dde65e1d39432c6cce525d342f.tar.gz
whitespace and formatting nits.
Diffstat (limited to 'audio')
-rw-r--r--audio/cmus/options.mk30
1 files changed, 13 insertions, 17 deletions
diff --git a/audio/cmus/options.mk b/audio/cmus/options.mk
index 3a9d9c1fe54..b89b58e93aa 100644
--- a/audio/cmus/options.mk
+++ b/audio/cmus/options.mk
@@ -1,19 +1,16 @@
-# $NetBSD: options.mk,v 1.2 2007/12/16 21:45:30 rillig Exp $
+# $NetBSD: options.mk,v 1.3 2008/02/28 17:15:48 jlam Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.cmus
-PKG_SUPPORTED_OPTIONS= flac mad vorbis arts ao mpcdec #faad alsa
+PKG_OPTIONS_VAR= PKG_OPTIONS.cmus
+PKG_SUPPORTED_OPTIONS= flac mad vorbis arts ao mpcdec #faad alsa
PKG_OPTIONS_OPTIONAL_GROUPS= mod
-PKG_OPTIONS_GROUP.mod= modplug mikmod
-PKG_SUGGESTED_OPTIONS= flac mad ao vorbis modplug
-
-.include "../../mk/bsd.prefs.mk"
+PKG_OPTIONS_GROUP.mod= modplug mikmod
+PKG_SUGGESTED_OPTIONS= flac mad ao vorbis modplug
.include "../../mk/bsd.options.mk"
-# Package-specific option-handling
-
-# Backends:
-#
+###
+### Backends
+###
# AO support
#
@@ -41,8 +38,9 @@ CONFIGURE_ARGS+= CONFIG_ARTS=n
#CONFIGURE_ARGS+= CONFIG_ALSA=y
#.endif
-# Codecs:
-#
+###
+### Codecs
+###
# MAD support
#
@@ -80,9 +78,8 @@ CONFIGURE_ARGS+= CONFIG_MPC=y
CONFIGURE_ARGS+= CONFIG_MPC=n
.endif
-###
-### modplay support
-###
+# modplay support
+#
.if !empty(PKG_OPTIONS:Mmikmod)
.include "../../audio/libmikmod/buildlink3.mk"
CONFIGURE_ARGS+= CONFIG_MODPLUG=n
@@ -94,7 +91,6 @@ CONFIGURE_ARGS+= CONFIG_MODPLUG=y
CONFIGURE_ARGS+= CONFIG_MIKMOD=n
.endif
-
# FAAD support
#
# XXX: faad2 in pkgsrc is heavily outdated as of 2007Q3, cmus needs newer.