freebsd-ports/net/sie-nmsg/Makefile
Don Lewis d9ad5f4496 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. (Suggested by mat@)

Differential Revision:	https://reviews.freebsd.org/D1485
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-10 21:42:17 +00:00

24 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= sie-nmsg
PORTVERSION= 0.17.0
PORTREVISION= 1
CATEGORIES= net dns
MASTER_SITES= https://dl.farsightsecurity.com/dist/sie-nmsg/ \
LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= SIE message module plugin for libnmsg
LICENSE= APACHE20
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
libnmsg.so:${PORTSDIR}/net/nmsg \
libwdns.so:${PORTSDIR}/dns/wdns
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>