aboutsummaryrefslogtreecommitdiffstats
path: root/security/sectok/Makefile
blob: 6209bf56c08418ab39f2ab9e7e7fee8ea02db0fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    sectok
# Date created:     28 September 2003
# Whom:         Bruce M. Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   sectok
PORTVERSION=    20030825
CATEGORIES= security
MASTER_SITES=   http://www.citi.umich.edu/projects/smartcard/
DISTNAME=   sectok-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    ISO 7816 Smartcard Utility

LIB_DEPENDS=    sectok.3:${PORTSDIR}/security/libsectok

USE_OPENSSL=    yes

USE_LDCONFIG=   yes
WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAN1=       sectok.1
PLIST_FILES=    bin/sectok

.include <bsd.port.mk>