1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/dns/Makefile
Sergei Kolobov 93dc225c4d Add updatedd 1.8,
dynamic DNS Update Client supporting multiple
services.

Updatedd is a client to update dynamic dns settings.
With the use of the pppd ip-up script it can update
these settings automatically for you.
Updatedd does not run as a daemon.

It is divided into one main program and one plugin for each
supported service. The plugins are dynamic libraries which
are loaded by the main program. So it is possible to remove
support for services you don't need.

Supported Services:
ods.org, dyndns.org, ovh.net, no-ip.org, hn.org

Author:	Philipp Benner <philipp_benner (at) gmx (dot) de>
WWW:	http://pb.gotdns.org/

PR:		59907
Submitted by:	geniusj@ods.org
2003-12-18 13:59:48 +00:00

69 lines
1.5 KiB
Makefile

# $FreeBSD$
#
SUBDIR += adns
SUBDIR += ares
SUBDIR += bind8
SUBDIR += bind84
SUBDIR += bind9
SUBDIR += bind9-dlz
SUBDIR += bind9-sdb-mysql
SUBDIR += ddclient
SUBDIR += ddup
SUBDIR += dhid
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns_balance
SUBDIR += dnsflood
SUBDIR += dnsmasq
SUBDIR += dnssecwalker
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += domtools
SUBDIR += ez-ipupdate
SUBDIR += firedns
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += h2n
SUBDIR += hesiod
SUBDIR += host
SUBDIR += idnkit
SUBDIR += ipcheck
SUBDIR += libdjbdns
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mydns
SUBDIR += noip
SUBDIR += nsd
SUBDIR += nslint
SUBDIR += nsping
SUBDIR += odsclient
SUBDIR += p5-BIND-Conf_Parser
SUBDIR += p5-DNS-Config
SUBDIR += p5-DNS-Zone
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-ZoneFile
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-Tie-DNS
SUBDIR += pdnsd
SUBDIR += posadis
SUBDIR += powerdns
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += rbldnsd
SUBDIR += sleuth
SUBDIR += staticcharge
SUBDIR += totd
SUBDIR += updatedd
SUBDIR += walker
SUBDIR += weedns_sc
SUBDIR += zonecheck
.include <bsd.port.subdir.mk>