# /usr/ports/comms/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) #{ SUBDIR += gnokii # For Nokia mobiles. .if defined(BERKLIX_AMBITIOUS) #{ # if ports=NFS, lock fails ## SUBDIR += gammu # For mobiles. /usr/bin/ld: cannot find -lglib-2.0 # OK on 7.2 amd, not ok on current amd # gammu: # Running autoconf... # autom4te259: cannot lock autom4te.cache/requests with mode 2 # (perhaps you are running make -j on a lame NFS client?): # Operation not supported # So build in a 2nd local ports tree, eg # setenv PORTSDIR /usr/no_nfs/ports .endif #} # SUBDIR += hylafax # Dont need it. .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) #{ SUBDIR += kermit .endif #}