bsd.port.options.mk 377 B

1234567891011121314151617181920
  1. # bsd.port.options.mk - Allow OPTIONS to determine dependencies
  2. #
  3. # usage:
  4. #
  5. # .include "bsd.port.options.mk"
  6. # <deal with user options>
  7. # .include "bsd.port.pre.mk"
  8. # <other work, including adjusting dependencies>
  9. # .include "bsd.port.post.mk"
  10. #
  11. OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
  12. USEOPTIONSMK= yes
  13. INOPTIONSMK= yes
  14. .include "bsd.port.mk"
  15. .undef INOPTIONSMK