1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/comms/owfs/Makefile.options
Dmitry Marakasov dace74104b - Update to 3.1p0
PR:		200245
Submitted by:	johan@stromnet.se (maintainer)
Reported by:	admin@lissyara.su
2015-08-26 16:29:55 +00:00

68 lines
1.3 KiB
Makefile

# $FreeBSD$
OPTIONS_DEFINE = \
OWDEBUG \
OWMUTEXDEBUG \
OWSHELL \
OWNET \
I2C \
OWHTTPD \
OWFTPD \
OWSERVER \
OWTAP \
OWMALLOC \
OWTRAFFIC \
OWMON \
OWCAPI \
OWPERL \
OWPHP \
OWPYTHON \
OWTCL \
PROFILING \
OWFS \
ZERO \
USB
# Options disabled
# PARPORT - linux/parport.h not available
# W1 - no support on FreeBSD
OWDEBUG_DESC= Enable debug output
OWMUTEXDEBUG_DESC= Enable mutex debug
OWSHELL_DESC= Enable CLI utils
OWNET_DESC= Enable network communication
I2C_DESC= Enable i2c (DS2482-x00) support (UNTESTED)
OWHTTPD_DESC= Enable owhttpd HTTP server
OWFTPD_DESC= Enable owftpd FTP server
OWSERVER_DESC= Enable owserver
OWMALLOC_DESC= Enable malloc checking
OWTRAFFIC_DESC= Enable debug bus traffic reports
OWTAP_DESC= Enable owtap module (X11)
OWMON_DESC= Enable owmon module (X11)
OWCAPI_DESC= Enable C API
OWPERL_DESC= Enable Perl binding (BROKEN)
OWPHP_DESC= Enable PHP binding (BROKEN)
OWPYTHON_DESC= Enable Python binding
OWTCL_DESC= Enable TCL binding
PROFILING_DESC= Enable profiling (BROKEN)
OWFS_DESC= Enable FUSE support
ZERO_DESC= Enable Zeroconf/bonjour (UNTESTED)
USB_DESC= Enable 1-Wire usb DS2490 support
# Options disabled
#PARPORT_DESC= Enable 1-Wire parallel port DS1410E support
#W1_DESC=Enable w1 support
OPTIONS_DEFAULT=OWDEBUG\
OWSHELL\
OWNET\
I2C\
OWHTTPD\
OWFTPD\
OWSERVER\
OWCAPI\
OWFS\
USB