2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:47 espie Exp $
|
2005-12-26 13:23:41 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= ssh through https proxy tunnel
|
2005-12-26 13:23:41 +00:00
|
|
|
|
2006-01-05 05:34:34 +00:00
|
|
|
DISTNAME= gotthard-1.3
|
2005-12-26 13:23:41 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.nazgul.ch/dev/
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.nazgul.ch/dev.html
|
|
|
|
|
|
|
|
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2005-12-26 13:23:41 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@perl -pi -e 's,gotthard.conf,${SYSCONFDIR}/gotthard.conf,g' \
|
|
|
|
${WRKDIST}/gotthard.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${PREFIX}/man/man8
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gotthard
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gotthard.conf \
|
|
|
|
${PREFIX}/share/examples/gotthard
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|