aboutsummaryrefslogtreecommitdiff
path: root/security/spass
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-05-30 17:07:58 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-05-30 17:07:58 +0000
commit073ddd98b71b3ba7687d1abcc2f750b3bad348d2 (patch)
tree25484e9822f62dc786999335c14eb19cb88d44b8 /security/spass
parent66e081479efb0baf80fffc1f216130a0d027b8ae (diff)
downloadports-073ddd98b71b3ba7687d1abcc2f750b3bad348d2.tar.gz
ports-073ddd98b71b3ba7687d1abcc2f750b3bad348d2.zip
Spass has a fully functional OSS backend, enable it and remove the
ALSA dependency. Using ALSA does not gain us anything here. Also fix license Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10731
Notes
Notes: svn path=/head/; revision=442104
Diffstat (limited to 'security/spass')
-rw-r--r--security/spass/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 11fa80f85069..7f80dfd331a3 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -2,17 +2,17 @@
PORTNAME= spass
PORTVERSION= 3.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
COMMENT= Secure password generator with a true random number generator
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
-LIB_DEPENDS= libasound.so:audio/alsa-lib \
- libboost_program_options.so:devel/boost-libs
+LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
BROKEN_sparc64= cannot link with boost
@@ -21,8 +21,8 @@ GH_ACCOUNT= guyru
GH_TAGNAME= cb0de64
USES= cmake
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+
+CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on
PLIST_FILES= bin/spass