]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/WinBook/config/make.conf
worlds/i386/WinBook, targets/i386/WinBook: tentative import
[CDN/Mosi.git] / targets / i386 / WinBook / config / make.conf
1 # Compilation tunes for ports
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=athlon-4
5
6 # Global knobs
7 NO_PROFILE=yes
8
9 # Caching proxy for fetches
10 http_proxy=http://gateway.cyberleo.net:46565
11 ftp_proxy=http://gateway.cyberleo.net:46565
12
13 # Read-only ports tree
14 DISTDIR=/var/ports/distfiles
15 PACKAGES=/var/ports/packages
16 WRKDIRPREFIX=/usr/obj
17
18 .if ${.CURDIR:M*/devel/glib20}
19   USE_LOCAL_MK=
20   STRIP_PERL5_RUN=
21   STRIP_PYTHON_RUN=
22 .endif
23