mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add SEARCH_SCREEN OPTION defaulting to on.
PR: 121432 Submitted by: Dennis Herrmann Approved by: maintainer timeout
This commit is contained in:
parent
d06d63b87e
commit
63868b2b12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219474
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user