aboutsummaryrefslogtreecommitdiffstats
path: root/dns/firedns/Makefile
blob: 60c59b5b5dfeaaca134236d7ace12cb1c3bbd6af (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
30
31
32
33
34
# New ports collection makefile for:    firedns
# Date created:     Sun 12 May 22:30:00 WST 2002
# Whom:         Dean Hollister <dean@odyssey.apana.org.au>
#
# $FreeBSD$
#

PORTNAME=   firedns
PORTVERSION=    0.1.28
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   http://ares.penguinhosting.net/~ian/projects/ \
        http://www.wa.apana.org.au/~dean/sources/ \
        ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
DISTNAME=   firedns-${PORTVERSION}

MAINTAINER= dean@odyssey.apana.org.au

BUILD_DEPENDS=  ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes
WRKSRC=     ${WRKDIR}/${PORTNAME}

MAN3=       firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \
        firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \
        firedns_getname4.3 firedns_getname6.3 \
        firedns_getresult.3 firedns_gettxt.3 \
        firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \
        firedns_resolveip6.3 firedns_resolvemx.3 \
        firedns_resolvename4.3 firedns_resolvename6.3 \
        firedns_resolvetxt.3 libfiredns.3

.include <bsd.port.mk>