memo

FreeBSDportsのmake時のオプションについて。(from /usr/ports/Mk/bsd.port.mk)

  • X11BASE
    • Where X11 ports install things (default: /usr/X11R6).
  • LOCALBASE
    • Where non-X11 ports install things (default: /usr/local).
  • LINUXBASE
  • PREFIX
    • Where *this* port installs its files (default: ${X11BASE} if USE_X_PREFIX is set, ${LINUXBASE} if USE_LINUX_PREFIX is set, otherwise ${LOCALBASE}).
  • MASTERDIR
    • Where the port finds patches, package files, etc. Define this is you have two or more ports that share most of the files (default: ${.CURDIR}).