summaryrefslogtreecommitdiff
path: root/packaging/freebsd/Makefile
blob: 9d90b4594a7b97add526195dcc0f51675ae0cdee (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.16~pre
  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. lockfile:${PORTSDIR}/mail/procmail \
  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. MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man
  27. .include <bsd.port.mk>