aboutsummaryrefslogtreecommitdiffstats
path: root/security/libsectok/Makefile
blob: c04c706a948ad784eabd20d9212886874acb0a41 (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
# New ports collection makefile for:    libsectok
# Date created:     29 September 2003
# Whom:         Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libsectok
PORTVERSION=    20030619
CATEGORIES= security
MASTER_SITES=   http://www.citi.umich.edu/projects/smartcard/
DISTNAME=   libsectok-${PORTVERSION}

MAINTAINER= bms@FreeBSD.org
COMMENT=    ISO 7816 Smartcard API Library

INSTALLS_SHLIB= yes
WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_OPENSSL=    YES

MAN3=       sectok.3

.include <bsd.port.mk>