29 lines
616 B
Makefile
29 lines
616 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Secure password generator with a true random number generator
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
|
|
LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \
|
|
libboost_program_options.so:${PORTSDIR}/devel/boost-libs
|
|
|
|
BROKEN_sparc64= cannot link with boost
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= guyru
|
|
GH_TAGNAME= cb0de64
|
|
|
|
USES= cmake
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/spass
|
|
|
|
.include <bsd.port.mk>
|