]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/WinBook/config/make.conf
targets/i386/WinBook: I'm not sure how useful this will be, but whatever
[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 WITHOUT_HAL=true
19
20 .if ${.CURDIR:M*/devel/glib20}
21   USE_LOCAL_MK=
22   STRIP_PERL5_RUN=
23   STRIP_PYTHON_RUN=
24 .endif
25
26 # gobject-introspection perl scripts only needed during compilation:
27 # ./bin/g-ir-annotation-tool
28 # ./bin/g-ir-scanner
29 # ./lib/gobject-introspection/giscanner/shlibs.py
30 # ./lib/gobject-introspection/giscanner/message.py
31 # ./lib/gobject-introspection/giscanner/scannermain.py
32 .if ${.CURDIR:M*/devel/gobject-introspection}
33   USE_LOCAL_MK=
34   STRIP_PYTHON_RUN=
35 .endif