Created
July 24, 2015 21:48
-
-
Save tylerflint/92e5cb72b3d71534462d to your computer and use it in GitHub Desktop.
pkgsrc base mk.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ifdef BSD_PKG_MK # begin pkgsrc settings | |
ABI= 64 | |
PKGSRC_COMPILER= gcc | |
GCCBASE= /usr | |
PKG_DBDIR= /data/pkg | |
LOCALBASE= /data | |
VARBASE= /var/${project} | |
PKG_TOOLS_BIN= /data/sbin | |
PKGINFODIR= info | |
PKGMANDIR= man | |
DEPENDS_TARGET= bin-install | |
PREFER_PKGSRC= yes | |
TOOLS_PLATFORM.install?= /data/bin/install-sh | |
TOOLS_PLATFORM.sh?= /data/bin/pdksh | |
TOOLS_PLATFORM.ksh?= /data/bin/pdksh | |
TOOLS_PLATFORM.awk?= /data/bin/nawk | |
TOOLS_PLATFORM.sed?= /data/bin/nbsed | |
TOOLS_PLATFORM.sh?= /bin/bash | |
DISTDIR= /content/distfiles | |
PACKAGES= /content/packages/pkgsrc/${project}/Linux | |
WRKOBJDIR= /var/tmp/pkgsrc-build-${project} | |
MAKE_JOBS= 6 | |
SU_CMD= sudo sh -c | |
LDFLAGS+= -L/lib/x86_64-linux-gnu | |
LDFLAGS+= -L/usr/lib/x86_64-linux-gnu | |
CFLAGS+= -I/usr/include/x86_64-linux-gnu | |
ALLOW_VULNERABLE_PACKAGES= yes | |
SKIP_LICENSE_CHECK= yes | |
FETCH_USING= curl | |
.endif # end pkgsrc settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment