# Compilation tunes for ports CFLAGS+=-O2 -pipe COPTFLAGS+=-O2 -pipe CPUTYPE?=nocona # Multiprocess port builds (make -j8) FORCE_MAKE_JOBS=yes MAKE_JOBS_NUMBER=8 # Global knobs NO_PROFILE=yes WITHOUT_X11=yes # Caching proxy for fetches http_proxy=http://gateway.cyberleo.net:46565 ftp_proxy=http://gateway.cyberleo.net:46565 # Read-only ports tree DISTDIR=/var/ports/distfiles PACKAGES=/var/ports/packages WRKDIRPREFIX=/usr/obj .if ${.CURDIR:M*/devel/glib20} USE_LOCAL_MK= STRIP_PERL5_RUN= STRIP_PYTHON_RUN= .endif