Hi,
I wonder, if in Mk/Uses/*.mk file, we can define options like in ports (with
OPTIONS_DEFINE) kind of global option.
I would like something like that:
.if {foo_ARGS:Mbar}
# Do something
.endif
.if {foo_ARGS:Mbaz}
OPTIONS_DEFINE= OPT1
OPTIONS_DESC= Add OPT1 support
.endif
OPT1 is added in main config menu of port, when USES= foo:baz is set.
Regards
--
olivier
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"