freebsd-ports/net/sie-nmsg/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>