17 lines
417 B
Makefile
17 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/04/14 21:34:11 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= dnsmasq-1.18
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
|
|
COMMENT= Lightweight, easy to configure DNS forwarder
|
|
|
|
USE_GNU_TOOLS+= make
|
|
USE_BUILDLINK3= YES
|
|
USE_PKGINSTALL= yes
|
|
RCD_SCRIPTS= dnsmasq
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|