aboutsummaryrefslogtreecommitdiff
path: root/security/libsectok/Makefile
blob: c8e34e14c3cb5238049f6adf9eb08fb73ececa2c (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
# 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

IGNORE=		produces a broken package (dangling symlink)

.include <bsd.port.mk>