aboutsummaryrefslogtreecommitdiff
path: root/dns/firedns/Makefile
blob: 9865b2dcf235e146ca245240e86bc9675fce7288 (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
# Created by: Dean Hollister <dean@odyssey.apana.org.au>

PORTNAME=	firedns
PORTVERSION=	0.9.12
CATEGORIES=	dns devel
MASTER_SITES=	https://BSDforge.com/projects/source/dns/firedns/ \
		http://www.firestuff.org/projects/ \
		http://www.wa.apana.org.au/~dean/sources/ \
		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/

MAINTAINER=	dean@odyssey.apana.org.au
COMMENT=	C library for handling asynchronous DNS queries

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/GPL

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

USES=		tar:bzip2
HAS_CONFIGURE=	yes
USE_LDCONFIG=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

pre-configure:
	@-${RM} ${WRKSRC}/firemake/*.orig

.include <bsd.port.mk>