mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c54010f434
- these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
26 lines
573 B
Makefile
26 lines
573 B
Makefile
# 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= ports@FreeBSD.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.1:${PORTSDIR}/devel/pcsc-lite
|
|
|
|
MAKE_ENV+= DESTDIR="${PREFIX}"
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.port.mk>
|