Bsd.port.arch.mk

BSD.PORT.MK(5) - File Formats Manual

Ports, Bsd.port.arch.mk, Distfiles, Pkg_add, Modules, Intro, Mk.conf, Specs, Pkgpath, Ftp, Pkg_create, Bsd-Port-Mk

BSD.PORT.MK(5) - File Formats Manual # BSD.PORT.MK(5) - File Formats Manual NAME # bsd.port.mk - ports tree master Makefile fragment SYNOPSIS # .include <bsd.port.mk> DESCRIPTION # bsd.port.mk contains the [ports(7)](/man/man7/ports.7) tree make(1) framework, in the form of documented public targets, variables and paths. The actual bsd.port.mk file lives under ${PORTSDIR}/infrastructure/mk, with make(1)’s system include file redirecting to it. Optional parts of this framework have been moved to port-modules(5) in an effort to shrink the main file (see also MODULES) . ...