################################################################################
# cpu type
CPUTYPE= athlon64
# ports compilation flag
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+= -fconserve-space
FFLAGS= -O2 -mtune=athlon64 -pipe
# kernel compilation flag
COPTFLAGS= -O2 -pipe
# force to -O2
WANT_FORCE_OPTIMIZATION_DOWNGRADE=2
# do not build modules with the kernel
NO_MODULES=true
NO_PROFILE=true
NO_MANCOMPRESS=true
# for kernel
KERNCONF=MYKERNEL
################################################################################
# for vim
.if ${.CURDIR}=="/usr/ports/editors/vim"
WITH_GTK2="yes"
.endif
# for msmtp
.if ${.CURDIR}=="/usr/ports/mail/msmtp"
WITH_OPENSSL="yes"
.endif
################################################################################
SUP_UPDATE= true
SUP= /usr/bin/csup
SUPFLAGS= -L 2
SUPHOST= cvsup12.us.FreeBSD.org
SUPFILE= /usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
# for documentation
DOC_LANG= en_US.ISO8859-1
# MASTER_SITE_OVERRIDE=ftp://ftp8.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}
# MASTER_SITE_OVERRIDE=ftp://ftp4.jp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}
# MASTER_SITE_OVERRIDE=ftp://ftp12.us.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}
MASTER_SITE_OVERRIDE={DIST_SUBDIR}
################################################################################
阅读(989) | 评论(0) | 转发(0) |