BSD.PORT.ARCH.MK(5) - File Formats Manual
BSD.PORT.ARCH.MK(5) - File Formats Manual # BSD.PORT.ARCH.MK(5) - File Formats Manual NAME # bsd.port.arch.mk - ports tree Makefile fragment, concerned with arch issues SYNOPSIS # # Set up such as MULTI_PACKAGES = -main -special ONLY_FOR_ARCHS-special = i386 .include <bsd.port.arch.mk> #some more lines such as .if ${BUILD_PACKAGES:M-special} CONFIGURE_ARGS += --enable-special .endif .include <bsd.port.mk> DESCRIPTION # bsd.port.arch.mk holds the logic used for arch-dependent builds in the ports tree. It is normally included as part of the larger bsd. ...