]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/WinBook/config/make.conf
targets/i386/WinBook: strip python run from gobject-introspection since it is only...
[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
24 # gobject-introspection perl scripts only needed during compilation:
25 # ./bin/g-ir-annotation-tool
26 # ./bin/g-ir-scanner
27 # ./lib/gobject-introspection/giscanner/shlibs.py
28 # ./lib/gobject-introspection/giscanner/message.py
29 # ./lib/gobject-introspection/giscanner/scannermain.py
30 .if ${.CURDIR:M*/devel/gobject-introspection}
31   USE_LOCAL_MK=
32   STRIP_PYTHON_RUN=
33 .endif