blob: 6b509161124f7cb34d35e95b220bcce47ba494e9 (
plain) (
blame)
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
|
# New ports collection makefile for: spass
# Date created: 27 October 2010
# Whom: Eitan Adler <eadler@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= spass
PORTVERSION= 2.0
CATEGORIES= security
MASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/
MAINTAINER= eadler@freebsd.org
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>
|