mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add KEY_LYNX knob.
Submitted by: Mads Martin Joergensen <mmj@mmj.dk>
This commit is contained in:
parent
33a5e2be05
commit
1ce6e57bcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110903
1 changed files with 9 additions and 0 deletions
|
@ -77,6 +77,10 @@ PLIST_SUB+= INLINE_IMAGE="@comment "
|
||||||
PKGMESSAGE= ${NONEXISTENT}
|
PKGMESSAGE= ${NONEXISTENT}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(KEY_LYNX)
|
||||||
|
CONFIGURE_ARGS+= --enable-keymap=lynx
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
@${ECHO_MSG} "===>"
|
@${ECHO_MSG} "===>"
|
||||||
@${ECHO_MSG} "===> You can enable some features by defining following variables."
|
@${ECHO_MSG} "===> You can enable some features by defining following variables."
|
||||||
|
@ -95,6 +99,11 @@ pre-everything::
|
||||||
@${ECHO_MSG} "===> INLINE_IMAGE (inline image support, enabled)"
|
@${ECHO_MSG} "===> INLINE_IMAGE (inline image support, enabled)"
|
||||||
.else
|
.else
|
||||||
@${ECHO_MSG} "===> INLINE_IMAGE (inline image support)"
|
@${ECHO_MSG} "===> INLINE_IMAGE (inline image support)"
|
||||||
|
.endif
|
||||||
|
.if defined(KEY_LYNX)
|
||||||
|
@${ECHO_MSG} "===> KEY_LYNX (keymap like lynx browser, enabled)"
|
||||||
|
.else
|
||||||
|
@${ECHO_MSG} "===> KEY_LYNX (keymap like lynx browser)"
|
||||||
.endif
|
.endif
|
||||||
@${ECHO_MSG} "===>"
|
@${ECHO_MSG} "===>"
|
||||||
@${ECHO_MSG} "===> You can disable some features by defining following variables."
|
@${ECHO_MSG} "===> You can disable some features by defining following variables."
|
||||||
|
|
Loading…
Add table
Reference in a new issue