8d6597e0bb
With hat: portmgr Sponsored by: Absolight
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sie-nmsg
|
|
PORTVERSION= 1.2.0
|
|
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:devel/protobuf-c \
|
|
libnmsg.so:net/nmsg \
|
|
libwdns.so:dns/wdns
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|