added initial FreeBSD packaging from anarcat (via svn from https://lethe.koumbit...
[monkeysphere.git] / packaging / freebsd / Makefile
1 # New ports collection makefile for:   oneko
2 # Date created:        5 December 1994
3 # Whom:                asami
4 #
5 # $FreeBSD$
6 #
7
8 PORTNAME=      monkeysphere
9 PORTVERSION=   0.14
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=    anarcat@anarcat.ath.cx
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                 nc:${PORTSDIR}/net/netcat \
25                 bash:${PORTSDIR}/shells/bash
26
27 MAN1=           monkeysphere.1 openpgp2ssh.1 monkeysphere-ssh-proxycommand.1
28 MAN5=           monkeysphere.5
29 MAN8=           monkeysphere-server.8
30 MANCOMPRESSED= yes
31 USE_GMAKE=     yes
32
33 .include <bsd.port.mk>