Makefile 519 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.13 2015/06/10 11:05:02 jca Exp $
  2. COMMENT= HTTP tunneling utility for SSH
  3. DISTNAME= corkscrew-2.0
  4. REVISION= 0
  5. CATEGORIES= security net
  6. HOMEPAGE= http://www.agroman.net/corkscrew/
  7. # GPL
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c
  10. MASTER_SITES= http://www.agroman.net/corkscrew/
  11. CONFIGURE_STYLE= gnu
  12. DOCS= README ChangeLog
  13. post-install:
  14. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corkscrew
  15. cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} \
  16. ${PREFIX}/share/doc/corkscrew
  17. .include <bsd.port.mk>