1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/spass/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

26 lines
585 B
Makefile

# 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
USE_BZIP2= yes
PLIST_FILES= bin/spass
.include <bsd.port.mk>