1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix build on CURRENT where INCSDIR seems to be spelled INCLUDEDIR

This commit is contained in:
Tilman Keskinoz 2006-11-25 13:38:57 +00:00
parent 19229d53bc
commit c97f956d7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178022

View File

@ -1,6 +1,6 @@
--- Makefile.orig Tue Aug 1 20:36:42 2000
+++ Makefile Wed Aug 28 14:53:02 2002
@@ -1,31 +1,40 @@
@@ -1,31 +1,37 @@
-# Muscle Smartcard Development
-# Makefile
-# David Corcoran
@ -8,12 +8,9 @@
+# BSD makefile for ifd-gen (in ifd-devkit)
+#
+
+PREFIX?= /usr/local
+
+#XXX
+#LIBDIR= /pcsc
+LIBDIR= /lib
+INCSDIR= /include
+LIBDIR= ${PREFIX}/lib
+INCLUDEDIR= ${PREFIX}/include
+INCSDIR= ${PREFIX}/include
+
+SHLIB_NAME= libgen_ifd.so
+SHLIB_MAJOR= 1