- Convert to optionNG
This commit is contained in:
parent
b55c6cf8cd
commit
c651b8ea14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298331
1 changed files with 5 additions and 2 deletions
|
@ -24,9 +24,12 @@ IGNORE_WITH_PHP=5
|
|||
CONFIGURE_ARGS= --enable-lzf
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:U}
|
||||
|
||||
OPTIONS= BETTER_COMPRESSION "Better compression ratio" off
|
||||
OPTIONS_DEFINE= BETTER_COMPRESSION
|
||||
BETTER_COMPRESSION_DESC= Better compression ratio
|
||||
|
||||
.if defined(WITH_BETTER_COMPRESSION)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MBETTER_COMPRESSION}
|
||||
CONFIGURE_ARGS+= --enable-lzf-better-compression
|
||||
@${ECHO_MSG} "--enable-lzf-better-compression"
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue