summaryrefslogtreecommitdiffstats
path: root/security/spass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/spass/Makefile')
-rw-r--r--security/spass/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 291a58b..925d59c 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -5,10 +5,9 @@ PORTVERSION= 3.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://cloud.github.com/downloads/guyru/spass/
-DISTFILES= ${DISTNAME}.tar.bz2
MAINTAINER= eadler@FreeBSD.org
-COMMENT= A secure password generator with a true random number generator
+COMMENT= Secure password generator with a true random number generator
LICENSE= GPLv3
@@ -17,9 +16,12 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
boost_program_options:${PORTSDIR}/devel/boost-libs
USE_CMAKE= yes
+USE_BZIP2= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/spass
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud