aboutsummaryrefslogtreecommitdiffstats
path: root/net/gotthard/Makefile
blob: cea414d876c1d84fb25ed3596a7c7be86967411c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gotthard ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/gotthard.8 ${STAGEDIR}${PREFIX}/man/man8
    ${INSTALL_DATA} ${WRKSRC}/gotthard.conf ${STAGEDIR}${PREFIX}/etc/gotthard.conf.sample

.include <bsd.port.mk>