2003-09-29 02:06:37 +02:00
|
|
|
# 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
|
|
|
|
|
2005-12-12 22:53:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-09-29 02:06:37 +02:00
|
|
|
COMMENT= ISO 7816 Smartcard Utility
|
|
|
|
|
2003-10-12 23:35:35 +02:00
|
|
|
LIB_DEPENDS= sectok.3:${PORTSDIR}/security/libsectok
|
2003-09-29 02:06:37 +02:00
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-09-29 02:06:37 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAN1= sectok.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/sectok
|
2003-09-29 02:06:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|