1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/spass/Makefile
Baptiste Daroussin 4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00

29 lines
596 B
Makefile

# $FreeBSD$
PORTNAME= spass
PORTVERSION= 3.0
PORTREVISION= 2
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= libasound.so:${PORTSDIR}/audio/alsa-lib \
libboost_program_options.so:${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
.include <bsd.port.mk>