summaryrefslogtreecommitdiffstats
path: root/security/spass/Makefile
blob: 684d242726b91ddd046630d0637348d2ccdffb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $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=	asound:${PORTSDIR}/audio/alsa-lib \
		boost_program_options:${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>
OpenPOWER on IntegriCloud