freebsd-ports/sysutils/frand/Makefile
Piotr Kubaj cd698a32e0 sysutils/frand: fix build on GCC architectures
Use C++11 compiler:
/wrkdirs/usr/ports/sysutils/frand/work/frand-0.1/main.cpp:7: error: ISO C++ forbids declaration of 'sample_sets_count' with no type

Approved by:	mentors (implicit approval)
2019-09-19 19:40:37 +00:00

23 lines
518 B
Makefile

# $FreeBSD$
PORTNAME= frand
PORTVERSION= 0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= serpent7776@gmail.com
COMMENT= Selects a random file using reservoir sampling algorithm
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= serpent7776
GH_TUPLE= LiorKogan:StreamSampler:919a0f1ba6bb3ae63b4708722e9a7d49164ca92d:StreamSampler/lib/StreamSampler
.include <bsd.port.mk>