aboutsummaryrefslogtreecommitdiff
path: root/devel/libcircllhist/Makefile
blob: c292ab52690890b1ed5549c9892bd0294bc7b7b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME=	libcircllhist
PORTVERSION=	g20200417
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Circonus log-linear histogram C implementation

LICENSE=	BSD3CLAUSE

USE_GITHUB=	yes
GH_ACCOUNT=	circonus-labs
GH_TAGNAME=	b7c6248

USES=		autoreconf gmake
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-install:
	${LN} -s libcircllhist.so.0.0.1 \
		${STAGEDIR}${PREFIX}/lib/libcircllhist.so.0

.include <bsd.port.mk>