1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/dns/wdns/Makefile
Martin Wilke fbb825239e - Update to 0.6.0
PR:		190620
Submitted by:	maintainer
2014-06-05 00:49:14 +00:00

21 lines
376 B
Makefile

# $FreeBSD$
PORTNAME= wdns
PORTVERSION= 0.6.0
CATEGORIES= dns
MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/
MAINTAINER= truckman@FreeBSD.org
COMMENT= Low-level DNS library
LICENSE= APACHE20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0
.include <bsd.port.mk>