Feature enhancement for audio/ncmpc

Christian Axelsson smiler at lanil.mine.nu
Mon Oct 1 02:41:08 PDT 2007


Enable the (exprimential) search screen. Patch against current port
(0.11.1_2 attached.

-- 
Christian Axelsson
smiler at lanil.mine.nu
-------------- next part --------------
--- Makefile.old	Mon Oct  1 11:22:23 2007
+++ Makefile	Mon Oct  1 11:22:09 2007
@@ -21,7 +21,8 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 OPTIONS=	NLS "Native language support" on \
-		CLOCK_SCREEN "Enable clock screen" on
+		CLOCK_SCREEN "Enable clock screen" on \
+		SEARCH_SCREEN "Enable search screen (exprimential)" on
 
 .include <bsd.port.pre.mk>
 
@@ -45,6 +46,10 @@
 
 .if !defined(WITHOUT_CLOCK_SCREEN)
 CONFIGURE_ARGS+=--enable-clock-screen
+.endif
+
+.if !defined(WITHOUT_SEARCH_SCREEN)
+CONFIGURE_ARGS+=--enable-search-screen
 .endif
 
 MAN1=		ncmpc.1


More information about the freebsd-ports mailing list