# /usr/ports/math/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 += calc # 7.2-RELEASE Compile hangs on needing Control D # 8.0-RELEASE OK SUBDIR += hexcalc .if defined(BERKLIX_AMBITIOUS) #{ Try later SUBDIR += gnumeric # for demo: replacement for MS-Excel spreadsheet. .endif #} .endif #}