22 lines
376 B
Makefile
22 lines
376 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
|
||
|
|
||
|
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
|
||
|
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
NOMAN=
|
||
|
|
||
|
.include <bsd.port.mk>
|