summaryrefslogtreecommitdiff
path: root/packaging/freebsd/Makefile
blob: 8a12794958de3b592717acc5b9d5c3655b5853c1 (plain)
  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. PORTNAME= monkeysphere
  8. PORTVERSION= 0.15
  9. CATEGORIES= security
  10. MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
  11. # hack for debian orig tarballs
  12. DISTFILES= ${PORTNAME}_${DISTVERSION}.orig.tar.gz
  13. # comment this out to test the port
  14. IGNORE= this port is not finished yet
  15. MAINTAINER= dkg@fifthhorseman.net
  16. COMMENT= use the OpenPGP web of trust to verify ssh connections
  17. LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
  18. RUN_DEPENDS= base64:${PORTSDIR}/converters/base64 \
  19. gpg:${PORTSDIR}/security/gnupg \
  20. nc:${PORTSDIR}/net/netcat \
  21. bash:${PORTSDIR}/shells/bash
  22. MAN1= monkeysphere.1 openpgp2ssh.1 monkeysphere-ssh-proxycommand.1
  23. MAN7= monkeysphere.7
  24. MAN8= monkeysphere-server.8
  25. MANCOMPRESSED= yes
  26. .include <bsd.port.mk>