mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= eadler@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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= guyru
|
|
GH_TAGNAME= cb0de64
|
|
GH_COMMIT= cb0de64
|
|
|
|
USES= cmake
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/spass
|
|
|
|
.include <bsd.port.mk>
|