freebsd-ports/security/spass/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

30 lines
605 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= 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
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>