aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsmasq/Makefile
blob: d9ccc65bf3c033847c4765b2658ac5a87b6f9f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    dnsmasq
# Date created:             1 June 2003
# Whom:                 Steven Honson <shonson@isoproplex.net>
#
# $FreeBSD$
#

PORTNAME=   dnsmasq
PORTVERSION=    1.12
CATEGORIES= net
MASTER_SITES=   http://www.thekelleys.org.uk/dnsmasq/

MAINTAINER= shonson@isoproplex.net
COMMENT=    A caching DNS forwarder

.if defined(WITH_IPV6)
CFLAGS +=   -DWITH_IPV6
.endif

MAN8=   dnsmasq.8

pre-fetch:
.if !defined(WITH_IPV6)
    @${ECHO_CMD} ""
    @${ECHO_CMD} "Define WITH_IPV6 to build dnsmasq with IPv6 support."
    @${ECHO_CMD} ""
.endif

.include <bsd.port.mk>