1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/gputty/Makefile
Jason Helfman 2cd8ac6da6 GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit.
WWW: http://www.defora.org/os/project/334/gputty

PR:		197331 (based on)
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
2015-02-05 17:01:28 +00:00

26 lines
543 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= gputty
PORTVERSION= 0.9.10
CATEGORIES= security
MASTER_SITES= http://www.defora.org/os/download/download/3381/
MAINTAINER= olivier@cochard.me
COMMENT= Frontend to the SSH client, using the Gtk+ toolkit
LICENSE= GPLv3
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem
PLIST_FILES= bin/gputty
MAKE_ARGS= PREFIX=${PREFIX}
USES= pkgconfig
USE_GNOME= gtk20
post-install:
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>