# /usr/ports/lang/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 += pbasic .endif #} .if defined(BERKLIX_AMBITIOUS) #{ # The above BERKLIX_AMBITIOUS is just to delay build to last as # I dont myself need this for anything particularly. # however various other ports require a newer-than-release gcc # I could instead use BERKLIX_CLIENT as it compiles without problem SUBDIR += gcc47 # gcc46 is in 8.2-RELEASE # gcc47 is only after 8.2-RELEASE in current .endif #} .if defined(BERKLIX_AMBITIOUS) #{ # The above BERKLIX_AMBITIOUS is just to delay build to last # SUBDIR += clang # breaks so commented out # A number of FreeBSD people see clang as the future. .endif #}