9d90b4594a7b97add526195dcc0f51675ae0cdee
[monkeysphere.git] / packaging / freebsd / Makefile
1 # New ports collection makefile for:   monkeysphere
2 # Date created:        2008-09-11 23:38:27-0400
3 # Whom:                Daniel Kahn Gillmor <dkg@fifthhorseman.net>
4 #
5 # $FreeBSD$
6 #
7
8 PORTNAME=      monkeysphere
9 PORTVERSION=   0.16~pre
10 CATEGORIES=    security
11 MASTER_SITES=  http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
12 # hack for debian orig tarballs
13 DISTFILES=      ${PORTNAME}_${DISTVERSION}.orig.tar.gz
14
15 # comment this out to test the port
16 IGNORE=                 this port is not finished yet
17
18 MAINTAINER=    dkg@fifthhorseman.net
19 COMMENT=       use the OpenPGP web of trust to verify ssh connections
20
21 LIB_DEPENDS=    gnutls.26:${PORTSDIR}/security/gnutls
22 RUN_DEPENDS=    base64:${PORTSDIR}/converters/base64 \
23                 gpg:${PORTSDIR}/security/gnupg \
24                 lockfile:${PORTSDIR}/mail/procmail \
25                 bash:${PORTSDIR}/shells/bash
26
27 MAN1=           monkeysphere.1 openpgp2ssh.1 monkeysphere-ssh-proxycommand.1
28 MAN7=           monkeysphere.7
29 MAN8=           monkeysphere-server.8
30 MANCOMPRESSED= yes
31
32 MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man
33
34 .include <bsd.port.mk>