mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Install .pc files in proper location.
Portlint. PR: ports/69148 Submitted by: Konstantin Oznobihin <bork@rsu.ru>
This commit is contained in:
parent
3f1e7a404c
commit
b1d140a1f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113815
2 changed files with 12 additions and 11 deletions
|
@ -16,6 +16,7 @@ COMMENT= A smartcard development library
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -2,12 +2,12 @@ bin/bundleTool
|
|||
bin/formaticc
|
||||
bin/installifd
|
||||
bin/pcsc_demo
|
||||
%%PORTDOCS%%share/doc/pcsc-lite/README.DAEMON
|
||||
%%PORTDOCS%%share/doc/pcsc-lite/pcsc-lite-0.8.7.pdf
|
||||
%%PORTDOCS%%share/doc/pcsc-lite/muscle-api-1.3.0.pdf
|
||||
share/examples/pcsc-lite/Makefile.am
|
||||
share/examples/pcsc-lite/Makefile.in
|
||||
share/examples/pcsc-lite/pcsc_demo.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.DAEMON
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pcsc-lite-0.8.7.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/muscle-api-1.3.0.pdf
|
||||
%%EXAMPLESDIR%%/Makefile.am
|
||||
%%EXAMPLESDIR%%/Makefile.in
|
||||
%%EXAMPLESDIR%%/pcsc_demo.c
|
||||
etc/rc.d/pcscd.sh.sample
|
||||
etc/reader.conf.sample
|
||||
include/debuglog.h
|
||||
|
@ -22,12 +22,12 @@ lib/libpcsclite.so.0
|
|||
lib/libmusclecard.a
|
||||
lib/libmusclecard.so
|
||||
lib/libmusclecard.so.0
|
||||
lib/pkgconfig/libpcsclite.pc
|
||||
lib/pkgconfig/libmusclecard.pc
|
||||
libdata/pkgconfig/libpcsclite.pc
|
||||
libdata/pkgconfig/libmusclecard.pc
|
||||
sbin/pcscd
|
||||
%%PORTDOCS%%@dirrm share/doc/pcsc-lite
|
||||
@dirrm share/examples/pcsc-lite
|
||||
@dirrm lib/pkgconfig
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm libdata/pkgconfig
|
||||
@dirrm pcsc/drivers
|
||||
@dirrm pcsc/services
|
||||
@dirrm pcsc
|
||||
|
|
Loading…
Add table
Reference in a new issue