summaryrefslogtreecommitdiff
path: root/security/gputty/Makefile
blob: de72d792f0ec09745c2592fdd058b908470c2baa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Olivier Cochard-Labbe <olivier@FreeBSD.org>

PORTNAME=	gputty
PORTVERSION=	0.9.10
CATEGORIES=	security
MASTER_SITES=	http://www.defora.org/os/download/download/3381/

MAINTAINER=	olivier@FreeBSD.org
COMMENT=	Frontend to the SSH client, using the Gtk+ toolkit

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		Unfetchable
DEPRECATED=	Unfetchable, dead upstream
EXPIRATION_DATE=2022-03-31

LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem

PLIST_FILES=	bin/gputty

MAKE_ARGS=	PREFIX=${PREFIX}
USES=		gnome pkgconfig
USE_GNOME=	gtk20

post-install:
	@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>