blob: 5d3d6dfa0a7985514cfe04b484310d0ba0dca75b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Anton Karpov <toxa@toxahost.ru>
# $FreeBSD$
PORTNAME= gotthard
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://www.nazgul.ch/dev/
MAINTAINER= ports@FreeBSD.org
COMMENT= Ssh through https proxy tunnel
MAN8= gotthard.8
NO_STAGE= yes
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>
|