# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 name pcsc-tools version 1.4.27 revision 1 categories sysutils platforms darwin license GPL-2+ maintainers m4x.org:db_macports openmaintainer description Tools for accessing PC/SC driver, card or reader. long_description These tools are used to test a PC/SC driver, card or \ reader or send commands in a friendly environment (text \ or graphical user interface). homepage http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ master_sites ${homepage} patchfiles patch-Makefile.diff checksums rmd160 eb7f0232eedeccbd9613a1e6c8b14cf02e57400c \ sha256 aca73c890293de181cb214b675efac733853afdc97d0c151a3fb5ced28982e55 perl5.branches 5.24 depends_lib port:p${perl5.major}-pcsc variant universal {} use_configure no destroot.destdir DESTDIR=${destroot}${prefix} build.args-append CC=${configure.cc} \ CXX=${configure.cxx} \ CPP=${configure.cpp} \ CPPFLAGS="${configure.cppflags}" \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \ LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"