forked from Lainports/freebsd-ports
Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2236 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sie-nmsg
|
|
PORTVERSION= 0.17.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= net dns
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= SIE message module plugin for libnmsg
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
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>
|