forked from Lainports/opnsense-ports
30 lines
708 B
Makefile
30 lines
708 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 11
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Secure password generator with a true random number generator
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_sparc64= cannot link with boost
|
|
BROKEN_powerpc64= fails to link: main.cpp.o: undefined reference to boost::program_options::options_description::options_description
|
|
|
|
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
|
|
|
|
CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on
|
|
|
|
PLIST_FILES= bin/spass
|
|
|
|
.include <bsd.port.mk>
|