freebsd-ports/net/gotthard/Makefile
Roman Bogorodskiy 4bd2dc42c2 (Re)add gotthard 1.3, ssh through https proxy tunnel.
PR:		ports/93177
Submitted by:	Anton Karpov <toxa@toxahost.ru>
2006-02-11 12:25:13 +00:00

25 lines
638 B
Makefile

# New ports collection makefile for: gotthard
# Date created: 11 Feb 2006
# Whom: Anton Karpov <toxa@toxahost.ru>
#
# $FreeBSD$
#
PORTNAME= gotthard
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.nazgul.ch/dev/
MAINTAINER= toxa@toxahost.ru
COMMENT= Ssh through https proxy tunnel
MAN8= gotthard.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${PREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc/gotthard.conf.sample
[ -f ${PREFIX}/etc/gotthard.conf ] || \
${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${PREFIX}/etc
.include <bsd.port.mk>