mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3727a39ee9
Convert to use MASTER_SIGHTS_FARSIGHT. Differential Revision: https://reviews.freebsd.org/D2236 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc.
25 lines
514 B
Makefile
25 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>
|