9a3825349b
give maintainer a chance to sort it out. PR: 199329 Submitted by: Chris Hutchinson
26 lines
666 B
Makefile
26 lines
666 B
Makefile
# Created by: Dean Hollister <dean@odyssey.apana.org.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firedns
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= dns devel
|
|
MASTER_SITES= http://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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
|
|
|
|
USES= tar:bzip2
|
|
HAS_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
pre-configure:
|
|
@-${RM} ${WRKSRC}/firemake/*.orig
|
|
|
|
.include <bsd.port.mk>
|