freebsd-ports/dns/wdns/Makefile
Don Lewis 3fd33a8c97 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https.

Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.

Differential Revision:	https://reviews.freebsd.org/D1473
Approved by:	mat (mentor)
2015-01-10 02:42:01 +00:00

20 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= wdns
PORTVERSION= 0.6.0
CATEGORIES= dns
MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/ \
LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Low-level DNS library
LICENSE= APACHE20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>