forked from Lainports/freebsd-ports
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.
24 lines
522 B
Makefile
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>
|