Makefile 510 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.3 2017/05/23 13:44:13 sthen Exp $
  2. COMMENT= small SSH server and client
  3. DISTNAME= dropbear-2017.75
  4. EXTRACT_SUFX= .tar.bz2
  5. CATEGORIES= security net
  6. HOMEPAGE= https://matt.ucc.asn.au/dropbear/dropbear.html
  7. # unrestrictive, mostly MIT-like, see LICENSE
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c util z
  10. MASTER_SITES= https://matt.ucc.asn.au/dropbear/releases/
  11. USE_GMAKE= Yes
  12. CONFIGURE_STYLE= gnu
  13. #NO_TEST= Yes
  14. post-configure:
  15. ${SUBST_CMD} ${WRKSRC}/options.h
  16. .include <bsd.port.mk>