1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/spass/Makefile
Mathieu Arnold 2020021309 Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:41:23 +00:00

28 lines
576 B
Makefile

# $FreeBSD$
PORTNAME= spass
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= ports@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= libasound.so:${PORTSDIR}/audio/alsa-lib \
libboost_program_options.so:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= guyru
GH_TAGNAME= cb0de64
USES= cmake
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/spass
.include <bsd.port.mk>