mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
966582c490
While here, turn `find | xargs rm' into `find -delete'. OK sthen
11 lines
217 B
PkgConfig
11 lines
217 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libopensc
|
|
Description: OpenSC smartcard framework
|
|
Version: ${V}
|
|
Libs: -L${libdir} -lopensc
|
|
Cflags: -I${includedir}
|