2015-04-03 22:22:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dnstable
|
2016-04-20 17:14:17 +00:00
|
|
|
PORTVERSION= 0.9.1
|
2017-02-23 01:54:12 +00:00
|
|
|
PORTREVISION= 1
|
2015-04-03 22:22:45 +00:00
|
|
|
CATEGORIES= dns
|
|
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
|
|
COMMENT= Encoding format, library, and utilities for passive DNS data
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
|
2016-04-01 14:00:51 +00:00
|
|
|
BUILD_DEPENDS= sie-nmsg>0:net/sie-nmsg
|
|
|
|
LIB_DEPENDS= libmtbl.so:devel/mtbl \
|
|
|
|
libyajl.so:devel/yajl \
|
|
|
|
libwdns.so:dns/wdns \
|
|
|
|
libnmsg.so:net/nmsg
|
|
|
|
RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg
|
2015-04-03 22:22:45 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2015-09-24 04:40:44 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/yajl
|
2015-04-03 22:22:45 +00:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for i in 1 3 5 7
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/*.${i} ${STAGEDIR}/${PREFIX}/man/man${i}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|