1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/dns/firedns/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
654 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:misc/firestring
USES= tar:bzip2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-configure:
@-${RM} ${WRKSRC}/firemake/*.orig
.include <bsd.port.mk>