ports/devel/ifd-test/files/patch-Makefile
Edwin Groothuis 25ff9d847d New port: devel/ifd-test: PC/SC Lite IFD Test Suite
Test Suite for PC/SC Lite IFD intermediate drivers.

PR:		ports/42695
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-01-20 06:52:20 +00:00

17 lines
479 B
Text

--- Makefile.orig Wed Aug 28 14:26:32 2002
+++ Makefile Wed Aug 28 14:27:06 2002
@@ -1,10 +1,12 @@
# Makefile for utilities
# David Corcoran <corcoran@linuxnet.com>
+PREFIX?= /usr/local
+
CC = gcc
CFLAGS = -g -w
-INCLUDE = -I/usr/local/pcsc/include
-LIBS = -L/usr/local/pcsc/lib -lpcsclite
+INCLUDE = -I${PREFIX}/include
+LIBS = -L${PREFIX}/lib -lpcsclite
OBJS = testIBM.o testAMMI.o testSCHL.o testSIEMENS.o testBULL.o testGD.o commands.o testA.o testB.o