# /usr/ports/net/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 += 44bsd-rdist # rdist6 is a lot better, so phase this out. .if defined(BERKLIX_AMBITIOUS) #{ # SUBDIR += asterisk # voip rec. by Emil # Conflict on current 2009.11: # news/slrn uses devel/libslang2-2.1.4 # net/asterisk uses devel/newt uses devel/libslang-1.4.9 # not actually using it yet, so no point building yet. # See also ekiga3 SIP- or H323-based softphone does video too .endif #} .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) #{ # SUBDIR += ctorrent # For fetching per # http://home.golden.net/~rcent/techtv-freebsd_clusters.avi.torrent # buggy unmaintained says gldisater @ gto.net # SUBDIR += cvsup # redundant, replaced by /usr/src/usr.bin/csup .endif #} .if defined(BERKLIX_CLIENT) #{ .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += doc .endif #} .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) #{ SUBDIR += gopher # to look for obscure old distfiles etc. # SUBDIR += isc-dhcp3-client # optional to replace /sbin/dhclient # SUBDIR += kiax # VOIP client for demo by Emil .endif #} .if ( defined(BERKLIX_AMBITIOUS ) ) #{ SUBDIR += mtr # net diagnostic traceroute + ping # Depends: x11-toolkits/gtk20 -> graphics/pango -> graphics/cairo -> x11/xcb-util -> x11/libxcb -> textproc/libxslt -> textproc/libxml2 -> compilation aborted at /usr/local/bin/autom4te-2.61 .endif #} .if ( ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) && \ BERKLIX_AMBITIOUS ) #{ .if (${ARCH} == i386 ) # { Only eg laptop, do not destabilise others with USB # 8.0-RELEASE ports is marked as broken. SUBDIR += pppoa # SpeedTouch 330 USB DSL http://www.speedtouch.com # # http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoa.html .endif #} .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ SUBDIR += py-bittorrent # rec. by gldisater AT gto.net. "make package-recursive" breaks. .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_MINIMAL) ) #{ SUBDIR += rdist6 .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER)) #{ SUBDIR += rsync .endif #} .if defined(BERKLIX_CLIENT) #{ .if defined(BERKLIX_AMBITIOUS) #{ # For customers, not for me. SUBDIR += samba .endif #} .endif #} .if defined(BERKLIX_GATE) #{ SUBDIR += tcpmssd # Fixes block size on DSL .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ SUBDIR += tcpstat # dependency of portscanner or gtkportscan .endif #} .if defined(BERKLIX_CLIENT) #{ # SUBDIR += wide-dhcp # For future .endif #}