28 lines
733 B
Makefile
28 lines
733 B
Makefile
PORTNAME= dnstable-convert
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= Conversion utility for passive DNS data in dnstable format
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
BUILD_DEPENDS= sie-nmsg>0:net/sie-nmsg
|
|
LIB_DEPENDS= libdnstable.so:dns/dnstable \
|
|
libmtbl.so:devel/mtbl \
|
|
libnmsg.so:net/nmsg \
|
|
libwdns.so:dns/wdns
|
|
RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg
|
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
PLIST_FILES= bin/dnstable_convert man/man1/dnstable_convert.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}/${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|