Ticket #42597: Portfile

File Portfile, 1.3 KB (added by schmurtz_macport@…, 10 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5
6name            cardpeek
7version         0.8.2
8categories      sysutils
9platforms       darwin
10license         GPL
11maintainers     m4x.org:db_macports openmaintainer
12
13description         Cardpeek is a tool to read the contents of ISO7816 smart cards.
14long_description    Cardpeek is a tool to read the contents of ISO7816 smart cards. \
15                    It features a GTK GUI to represent card data is a tree view, and \
16                    is extensible with a scripting language (LUA). This tool is capable \
17                    of reading the contents of the following types of cards like EMV \
18                    bank cards, Electronic/Biometric passports, belgian eID card, \
19                    Calypso transport cards, SIM cards, Vitale 2 (french health card)...
20
21homepage        http://pannetrat.com/Cardpeek/
22master_sites    http://downloads.pannetrat.com/install/
23
24checksums       rmd160 df51553d229522d8958422cc444c717ea84062db \
25                sha256 5c616aca68918ce35c8c8378006afdb524f9eef76a2ccc296f5365d389b46c61
26
27depends_lib     port:gtk3 port:glib2 port:lua port:libiconv port:curl port:openssl
28depends_build   port:pkgconfig
29
30configure.ldflags -liconv
31build.args      V=1