- Add SEARCH_SCREEN OPTION defaulting to on.

PR:		121432
Submitted by:	Dennis Herrmann
Approved by:	maintainer timeout
This commit is contained in:
Tom McLaughlin 2008-08-30 19:49:14 +00:00
parent d06d63b87e
commit 63868b2b12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219474

View File

@ -21,7 +21,8 @@ CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
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" on
.include <bsd.port.pre.mk>
@ -47,6 +48,10 @@ PLIST_FILES+=share/locale/${language}/LC_MESSAGES/ncmpc.mo
CONFIGURE_ARGS+=--enable-clock-screen
.endif
.if !defined(WITHOUT_SEARCH_SCREEN)
CONFIGURE_ARGS+=--enable-search-screen
.endif
MAN1= ncmpc.1
do-install: