2016-10-02 01:34:12 +02:00
|
|
|
# Created by: Dave Cottlehuber <dch@skunkwerks.at>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= riemann-c-client
|
2019-07-24 20:34:09 +02:00
|
|
|
PORTVERSION= 1.10.4
|
2016-10-02 01:34:12 +02:00
|
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
2020-05-22 21:20:42 +02:00
|
|
|
PORTREVISION= 1
|
2016-10-02 01:34:12 +02:00
|
|
|
CATEGORIES= net-mgmt
|
|
|
|
|
2019-05-21 13:49:16 +02:00
|
|
|
MAINTAINER= dch@FreeBSD.org
|
2016-10-02 01:34:12 +02:00
|
|
|
COMMENT= C library and command-line tool for Riemann
|
|
|
|
|
|
|
|
LICENSE= LGPL3+
|
2017-09-01 02:18:04 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-10-02 01:34:12 +02:00
|
|
|
|
2017-02-05 12:14:37 +01:00
|
|
|
BUILD_DEPENDS= check>0:devel/check
|
2016-10-02 01:34:12 +02:00
|
|
|
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
|
|
|
|
libgnutls.so:security/gnutls \
|
|
|
|
libjson-c.so:devel/json-c
|
|
|
|
|
|
|
|
USES= autoreconf gmake libtool pathfix pkgconfig
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
2017-09-01 02:18:04 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= algernon
|
|
|
|
|
2016-10-02 01:34:12 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/Makefile.am
|
|
|
|
|
|
|
|
# Running |make test| isn't on poudriere menu yet, so force-feed
|
|
|
|
pre-install: do-test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|