# /usr/ports/Makefile.local by jhs@berklix # I have extended bsd.port.subdir.mk to support package-recursive, eg # cd /usr/ports ; make BERKLIX_CLIENT=YES package-recursive # If things blow, current/ may build, &/or this may help: ldconfig -R -v # /etc/make.conf can define any or all of these per host: # BERKLIX_CLIENT For workstation clients # BERKLIX_GATE For workstation clients # BERKLIX_SERVER For remote servers .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ .undef SUBDIR # reverse order with sort -r, as I want X essential built before random tools. SUBDIR += x11-wm SUBDIR += x11-toolkits SUBDIR += x11-servers SUBDIR += x11-drivers SUBDIR += x11-fonts SUBDIR += x11-fm SUBDIR += x11-clocks SUBDIR += x11 SUBDIR += www SUBDIR += textproc SUBDIR += sysutils SUBDIR += shells SUBDIR += security SUBDIR += print SUBDIR += news SUBDIR += net-mgmt SUBDIR += net SUBDIR += multimedia SUBDIR += misc SUBDIR += math SUBDIR += mail SUBDIR += lang SUBDIR += java SUBDIR += graphics SUBDIR += german SUBDIR += ftp SUBDIR += emulators SUBDIR += editors SUBDIR += dns SUBDIR += devel SUBDIR += deskutils SUBDIR += databases SUBDIR += converters SUBDIR += comms SUBDIR += audio SUBDIR += astro SUBDIR += archivers .endif #}