b30abcc314
WWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/ PR: ports/150072 Submitted by: Eitan Adler <ports at eitanadler.com>
26 lines
625 B
Makefile
26 lines
625 B
Makefile
# New ports collection makefile for: spass
|
|
# Date created: 27 October 2010
|
|
# Whom: Eitan Adler <ports@eitanadler.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spass
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/
|
|
|
|
MAINTAINER= ports@eitanadler.com
|
|
COMMENT= A secure password generator with a true random number generator
|
|
|
|
LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/spass
|
|
|
|
.include <bsd.port.mk>
|