9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
27 lines
554 B
Makefile
27 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 14
|
|
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>
|