mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# New ports collection makefile for: ifd-devkit
|
|
# Date created: 23 August 2002
|
|
# Whom: Bruce M Simpson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ifd-devkit
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/
|
|
|
|
MAINTAINER= bms@spc.org
|
|
COMMENT= IFD Handler Developer's Kit for MUSCLE PC/SC Lite
|
|
|
|
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
NOMAN=
|
|
|
|
.include <bsd.port.mk>
|