# /usr/ports/misc/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if defined(BERKLIX_CLIENT) #{ .if (${ARCH} == i386) #{ .if defined(BERKLIX_AMBITIOUS) #{ # SUBDIR += compat3x # For libc.so.3 for Applix. # # 7.1-RELEASE: # # compat3x/Makefile: # FORBIDDEN= # # "FreeBSD-SA-03:05.xdr, # # FreeBSD-SA-03:08.realpath - not # # fixed / # # no lib available" # http://lists.freebsd.org/pipermail/freebsd-security-notifications/2003-August/000005.html # # 7.2-RELEASE i386: # # compat3x-i386-5.0.20020925 is forbidden: # # "FreeBSD-SA-03:05.xdr, # # FreeBSD-SA-03:08.realpath - not fixed # # / no lib available". # # 8.0-RELEASE: # # compat3x-i386-5.0.20020925 is forbidden: # # "FreeBSD-SA-03:05.xdr, # # FreeBSD-SA-03:08.realpath - not fixed # # / no lib available". .endif #} SUBDIR += compat4x # For libm.so.2 for Applix. .endif #} .endif #} .if ( defined(BERKLIX_CLIENT) ) #{ SUBDIR += freebsd-doc-en .if ( defined(BERKLIX_AMBITIOUS) ) #{ All languages inc de SUBDIR += freebsd-doc-all .endif #} .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) #{ SUBDIR += estic # SUBDIR += estic-1.60 # Old layout, I need to fix Makefile .endif #} .if ( defined(BERKLIX_CLIENT) ) #{ .if ( defined(BERKLIX_AMBITIOUS) ) #{ Later SUBDIR += kdeaddons3 # has RUN_DEPENDS= .. kaddressbook-plugins .endif #} .endif #} .if defined(BERKLIX_CLIENT) #{ # SUBDIR += kaddressbook-plugins # Rec. by Ernst. Includes kdelibs3 etc. # # not yet used so has broken once, avoid # # automatically building until actually needed. SUBDIR += magicpoint # Presentations /usr/local/share/doc/mgp/sample/sample.mgp SUBDIR += screen SUBDIR += uk-phone SUBDIR += uk-postcodes # SUBDIR += unclutter SUBDIR += us-zipcodes .endif #}