1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/stoken/Makefile
William Grzybowski c30d4d24d2 security/stoken: Software Token for UNIX compatible with RSA SecurID
Stoken is an open source tokencode generator compatible with RSA SecurID 128-bit
(AES) tokens. It is a hobbyist project, not affiliated with or endorsed by RSA
Security.

WWW: http://stoken.sourceforge.net

PR:		192517
Submitted by:	samm os2 kiev ua
2014-08-12 12:39:58 +00:00

37 lines
740 B
Makefile

# Created by: Alex Samorukov <samm@os2.kiev.ua>
# $FreeBSD$
PORTNAME= stoken
PORTVERSION= 0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=stoken
MAINTAINER= samm@os2.kiev.ua
COMMENT= Software Token for UNIX compatible with RSA SecurID
LICENSE= GPLv2
LIB_DEPENDS= libtomcrypt.so:${PORTSDIR}/security/libtomcrypt
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
X11_CONFIGURE_WITH= gtk
X11_DESC= Build GUI token interface
X11_USE= GNOME=gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig"
USE_LDCONFIG= yes
USE_GNOME= libxml2
USES= pkgconfig libtool
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>