more packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, apparently)
[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.15
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                 bash:${PORTSDIR}/shells/bash
25
26 MAN1=           monkeysphere.1 openpgp2ssh.1 monkeysphere-ssh-proxycommand.1
27 MAN7=           monkeysphere.7
28 MAN8=           monkeysphere-server.8
29 MANCOMPRESSED= yes
30
31 ETCPREFIX = /usr/local
32
33 .include <bsd.port.mk>