f0954610d3
* origin/pristine: www/onlyoffice-documentserver: Bump amqplib and node22 versions editors/openoffice-devel: Upgrade to new snapshot cad/veryl: update 0.16.0 → 0.16.1 math/py-lmfit: update 1.3.2 → 1.3.3 www/redmine51: loosen roadie-rails requirement. x11/sfwbar: upgrade to 1.0.b16.1 devel/spirv-llvm-translator: update to 20.1.3/19.1.8/18.1.13/1[5-7].0.13/14.0.12 devel/upnp: update to 1.14.21 net/dhcpcd: update to 10.2.4 textproc/sigil: update to 2.5.1 net/openmpi: Update 5.0.7 => 5.0.8 devel/boost: bump consumers after Boost update devel/boost: update to 1.88.0 release (+) ports-mgmt/poudriere-devel: Update to 3.3.0-1974-g8d0dd09cc
28 lines
704 B
Makefile
28 lines
704 B
Makefile
PORTNAME= spass
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.2-5
|
|
DISTVERSIONSUFFIX= -gd38d173
|
|
PORTREVISION= 11
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT?= Secure password generator with a true random number generator
|
|
WWW= https://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
|
|
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
|
|
|
|
USES+= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= guyru
|
|
|
|
CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on -DWITH_GUI:BOOL=off
|
|
|
|
|
|
PLIST_FILES?= bin/spass
|
|
|
|
.include <bsd.port.mk>
|