1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/flower/Makefile
Yuri Victorovich fe6826dccc devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR:		229677
Differential Revision:	D22905
2020-01-13 21:38:35 +00:00

30 lines
612 B
Makefile

# Created by: Ed Schouten <ed@FreeBSD.org>
# $FreeBSD$
PORTNAME= flower
DISTVERSIONPREFIX= v
DISTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= net
MAINTAINER= ed@FreeBSD.org
COMMENT= Label-based networking daemon
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libarpc.so:devel/arpc \
libjsoncpp.so:devel/jsoncpp
USES= cmake:insource compiler:c++17-lang localbase:ldflags tar:xz
USE_GITHUB= yes
GH_ACCOUNT= NuxiNL
CFLAGS+= -I${LOCALBASE}/include/jsoncpp
# Require the unit tests to pass prior to installing.
post-build:
@trap '' PIPE && ${WRKSRC}/flower_unittests
.include <bsd.port.mk>