mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Turn installation of netperf.info into an option (default-on but allowing
to get rid of the texinfo dependency).
This commit is contained in:
parent
5fc6ea44d9
commit
66d5708670
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498516
@ -14,11 +14,12 @@ GH_ACCOUNT= HewlettPackard
|
||||
#GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
|
||||
GH_TAGNAME= d566775bf
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM OMNI SCTP SOCKETS
|
||||
OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM INFO OMNI SCTP SOCKETS
|
||||
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
||||
|
||||
EXS_DESC= Enable ICSC async socket support
|
||||
HISTOGRAM_DESC= Enable histogram output
|
||||
INFO_DESC= Enable installation of info documentation
|
||||
OMNI_DESC= Enable OMNI tests (disable for aio(4) support)
|
||||
SCTP_DESC= Enable SCTP support
|
||||
SOCKETS_DESC= Enable Unix Domain socket support
|
||||
@ -29,7 +30,7 @@ CONFIGURE_ENV= "transform="
|
||||
CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \
|
||||
--enable-demo --enable-burst --enable-intervals
|
||||
|
||||
INFO= netperf
|
||||
INFO_INFO= netperf
|
||||
|
||||
EXS_CONFIGURE_ENABLE= exs
|
||||
HISTOGRAM_CONFIGURE_ENABLE= histogram
|
||||
|
Loading…
Reference in New Issue
Block a user