File: //etc/make.conf.pre12
WRKDIRPREFIX= /var/ports
DISTDIR= /var/ports/distfiles
PACKAGES= /var/ports/packages
INDEXDIR= /var/ports
##
##
## Please enable the "LOCALBASE= /usr/iports" line,
## if you want to compile agains any lib/header from the installed ports
## in /usr/iports.
##
## Set it to /usr/local if you want to (re)install everything on your own in
## AND against /usr/local. This will BREAK our support possibilities!
##
##
LOCALBASE= /usr/iports
PREFIX= /usr/local
LINUXBASE= /compat/linux
WITH_PKGNG=yes
## Do NOT remove these, if you compile against iports!
CFLAGS+= -I/usr/local/include -I/usr/iports/include
LDFLAGS+= -L/usr/local/lib -L/usr/iports/lib
APACHE_PORT=www/apache24
DEFAULT_VERSIONS= perl5=5.24 php=7.0 mysql=5.6 apache=2.4 ssl=openssl
# MUST be edited if you choose a different PHP
PHPBASE=/usr/iports/php70
# prevent fucking reinstall
WITHOUT_PHP_DEPENDS=1
ALLOW_UNSUPPORTED_SYSTEM=1
IGNORE_OSVERSION=yes
DEFAULT_VERSIONS+=ssl=openssl"