# /usr/ports/devel/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 += cdecl # Explainer for C expressions. SUBDIR += cvsutils SUBDIR += cxref SUBDIR += gamin # pkg_info -W /usr/local/lib/libfam.so.0 # acroread (from print/acroread9) on clicking File open, complained: # Failed to load module: /usr/lib/gio/modules/libgiofam.so # ls -l /compat/linux/usr/lib/gio/modules/libgiofam.so SUBDIR += git # http://www.opensourceschool.de/kurstermine/muenchen/schulung/techtalk-git SUBDIR += mkmf SUBDIR += patch .endif #} .if (defined(BERKLIX_CLIENT) || defined(BERKLIX_SERVER)) #{ # Might also be wanted on server to test remote repositories. SUBDIR += subversion # for customer support + I have the book Ed. 2 Sept 2008. .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += tkcvs SUBDIR += xxgdb .endif #}