1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/dns/dnstable/Makefile
Don Lewis 6f205cb635 dns/dnstable: Move man pages to share/man
Move the man pages.  We no longer need post-install to install them.

Sponsored by:	DomainTools LLC
2024-03-06 20:36:13 -08:00

25 lines
554 B
Makefile

PORTNAME= dnstable
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Encoding format, library, and utilities for passive DNS data
WWW= https://github.com/farsightsec/dnstable
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libmtbl.so:devel/mtbl \
libwdns.so:dns/wdns
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
.include <bsd.port.mk>