mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
27 lines
654 B
Makefile
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>
|