defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
28 lines
554 B
Makefile
28 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 13
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Secure password generator with a true 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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= guyru
|
|
GH_TAGNAME= cb0de64
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on
|
|
|
|
PLIST_FILES= bin/spass
|
|
|
|
.include <bsd.port.mk>
|