freebsd-ports/devel/libcircllhist/Makefile
Alexey Dokuchaev f6acd4bf78 - Update to the latest upstream commit
- Reword the COMMENT and port description
- Do not always pass -g compiler switch
- Set shared library SONAME as needed
- Relinquish maintainership while here

Found out via:	repology.org
2020-04-17 14:13:30 +00:00

26 lines
558 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= libcircllhist
PORTVERSION= g20200417
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
PLIST_FILES= bin/circllhist_print \
include/circllhist.h lib/libcircllhist.a \
lib/libcircllhist.so lib/libcircllhist.so.0.0.1 \
share/lua/5.1/ffi_libcircllhist.lua
.include <bsd.port.mk>