3fd33a8c97
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)
20 lines
363 B
Makefile
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>
|