1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/gotthard/Makefile
Vanilla I. Shu 1cc784d7f4 1: Stagify.
2: use @sample on pkg-plist.
2014-06-09 14:41:40 +00:00

18 lines
477 B
Makefile

# 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>