blob: 09fad3078a5b6bd1575b75ab40a6725cccd095d2 (
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: ifd-gpr400
# Date created: 23 August 2002
# Whom: Bruce M Simpson
#
# $FreeBSD$
#
PORTNAME= ifd-gpr400
PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= http://www.innovationsw.com/~jaiger/downloads/smartcard/
MAINTAINER= bms@spc.org
COMMENT= PC/SC Lite driver for Gemplus GPR400 PCMCIA Smart Card Readers
BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
MAKE_ENV+= DESTDIR="${PREFIX}"
INSTALLS_SHLIB= yes
NOMAN=
.include <bsd.port.mk>
|