Ticket #40765: Portfile

File Portfile, 1.1 KB (added by fgp (Florian G. Pflug), 11 years ago)

Portfile

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$
3PortSystem                      1.0
4name                            gnomint
5version                         1.2.1
6categories                      security
7platforms                       darwin
8maintainers                     phlo.org:fgp
9description                     Single-user PKI with graphical (GTK) and CLI interface
10long_description        gnoMint provides a GUI and a CLI to manage a simple PKI. \
11                                        Supports multiple root certificates, intermediate certificates, \
12                                        creating/importing and signing of CSRs and certificate \
13                                        revokation. Stores the whole PKI in a single sqlite file.
14homepage                        http://gnomint.sourceforge.net/
15master_sites            sourceforge:gnomint
16checksums                       rmd160 6a55b7329aa81c895a6f9bfb04b82d9759f5a10f \
17                                        sha256 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0
18depends_lib                     port:readline \
19                                        port:gettext \
20                                        port:zlib \
21                                        port:sqlite3 \
22                                        port:libgcrypt \
23                                        port:gnutls \
24                                        port:glib2 \
25                                        port:gconf \
26                                        port:gtk2
27
28patchfiles                      patch-configure.in.diff \
29                                        patch-src-Makefile.am.diff \
30                                        patch-src-import.c.diff
31
32use_autoreconf          yes
33configure.args          --prefix=${prefix}