summaryrefslogtreecommitdiff
path: root/packaging/freebsd/Makefile
blob: c142f70a3c6d176f941c7c79bc3e1727f37804f9 (plain)
  1. # New ports collection makefile for: oneko
  2. # Date created: 5 December 1994
  3. # Whom: asami
  4. #
  5. # $FreeBSD$
  6. #
  7. PORTNAME= monkeysphere
  8. PORTVERSION= 0.14
  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= anarcat@anarcat.ath.cx
  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. MAN5= monkeysphere.5
  24. MAN8= monkeysphere-server.8
  25. MANCOMPRESSED= yes
  26. USE_GMAKE= yes
  27. .include <bsd.port.mk>