summaryrefslogtreecommitdiff
path: root/packaging/macports
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-04-04 20:30:57 -0700
committerJameson Graef Rollins <jrollins@finestructure.net>2009-04-04 20:30:57 -0700
commit05dc5dce0339471fa544b431aa361d2b1f4c5786 (patch)
tree54fd41fb087937b1467d17ad7f3e361556f26e09 /packaging/macports
parent0fded72147e60d7193c393e6de68493258501e7a (diff)
some updates to the macports package. actually installs things properly now, but there are still some run-time issues to sort out.
Diffstat (limited to 'packaging/macports')
-rw-r--r--packaging/macports/Portfile25
1 files changed, 10 insertions, 15 deletions
diff --git a/packaging/macports/Portfile b/packaging/macports/Portfile
index 99d0d69..9680b4e 100644
--- a/packaging/macports/Portfile
+++ b/packaging/macports/Portfile
@@ -2,14 +2,11 @@
# $Id$
PortSystem 1.0
-
name monkeysphere
version 0.24
-categories net
+categories net security
maintainers nomaintainer
-platforms darwin
description use the OpenPGP web of trust to verify ssh connections
-
long_description SSH key-based authentication is tried-and-true, \
but it lacks a true Public Key Infrastructure for \
key certification, revocation and expiration. \
@@ -18,12 +15,8 @@ long_description SSH key-based authentication is tried-and-true, \
used in both directions: for users to get \
validated host keys, and for hosts to authenticate \
users.
-
homepage http://web.monkeysphere.info/
-master_sites http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
-distname ${name}_${version}
-worksrcdir ${name}-${version}
-checksums md5 8590532f4702fa44027a6a583657c9ef
+platforms darwin
depends_run bin:ssh:openssh \
port:gnupg \
@@ -32,9 +25,11 @@ depends_run bin:ssh:openssh \
port:p5-digest-sha1 \
port:procmail
-build.target build
-destroot.args PREFIX=${destroot}${prefix} \
- CONFDIR=${destroot}${prefix}/etc/monkeysphere \
- DBDIR=${destroot}${prefix}/var/lib/monkeysphere \
- MANDIR=${destroot}${prefix}/share/man \
- DOCDIR=${destroot}${prefix}/share/doc/monkeysphere
+master_sites http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
+distname ${name}_${version}
+extract.suffix .orig.tar.gz
+worksrcdir ${name}-${version}
+checksums md5 8590532f4702fa44027a6a583657c9ef
+use_configure no
+destroot.destdir DESTDIR=${destroot}${prefix}
+destroot.args PREFIX=