pkgsrc-wip/dnsmasq/Makefile
pancake ;) 97768079ef Initial import of dnsmasq by pancake
Dnsmasq is lightweight, easy to configure DNS forwarder
designed to provide DNS (domain name) services to a small
network where using BIND would be overkill. It can have its
upstream DNS servers automatically configured by PPP or DHCP,
and it can serve the names of local machines which are not in
the global DNS. It can integrate with the ISC DHCP daemon to
serve the names of local machines which are configured using
DHCP. Dnsmasq is ideal for networks behind NAT routers and
connected via modem, ISDN, ADSL, or cable-modem connections.
2003-07-24 14:16:32 +00:00

19 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 14:16:32 poppnk Exp $
#
DISTNAME= dnsmasq-1.13
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
http://pancake.host.sk/down/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
COMMENT= Lightweight, easy to configure DNS forwarder
USE_GMAKE= yes
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
RCD_SCRIPTS= dnsmasq
.include "../../mk/bsd.pkg.mk"