# /usr/ports/emulators/Makefile.local by jhs@berklix .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ .undef SUBDIR .endif #} .if defined(BERKLIX_CLIENT) #{ .if (${ARCH} == i386) #{ SUBDIR += linux_base-f8 # gj@ wrote 25 Apr 2008: # will become new standard Linux emulation port in near future. # However, you have to set compat.linux.osrelease=2.6.16. # Default is now 2.4.2. I set it in /etc/sysctl.conf. Lots # of stuff works quite well with this port. It's best to use # this with -current because lots of Linux syscalls are # emulated there. These are missing from 6.4 and 7.0. .endif #} SUBDIR += mtools .if defined(BERKLIX_AMBITIOUS) #{ .if (${ARCH} == i386) #{ SUBDIR += wine # 28M .tbz package # amd64 Makefile objects # # dmesg on 7.0 complains ldconfig: # # /usr/local/lib/wine:83: trailing characters ignored .endif #} .endif #} .endif #}