blob: 6e913d5c5040313cd17cf2dab1aae29dd8a0c995 (
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-devkit
# Date created: 23 August 2002
# Whom: Bruce M Simpson
#
# $FreeBSD$
#
PORTNAME= ifd-devkit
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= IFD Handler Developer's Kit for MUSCLE PC/SC Lite
BROKEN= Does not build
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
USE_LDCONFIG= yes
NOMAN=
.include <bsd.port.mk>
|