head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.22.00.35.06;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.14.01.05;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2007.05.19.20.22.53;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2006.03.07.08.27.37;	author ade;	state Exp;
branches;
next	1.10;

1.10
date	2006.02.20.13.19.53;	author mnag;	state Exp;
branches;
next	1.9;

1.9
date	2005.01.09.04.36.21;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.04.05.08.52;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.20.15.06.09;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.20.13.51.44;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2003.04.20.19.42.16;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.13.26.56;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.01.15.18.25;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.24.16.23.57;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.16.14.11.03;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ssh-gui
# Date created:	Fri Nov 30 22:14:14 BRST 2001
# Whom:         Hammurabi Mendes <hmendes@@brturbo.com>
#
# $FreeBSD: head/security/ssh-gui/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ssh-gui
PORTVERSION=	0.7.1
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A front-end for ssh which can open multiple xterms

USE_GNOME=	gtk12

ALL_TARGET=	ssh-gui

PLIST_FILES=	bin/ssh-gui
PORTDOCS=	README

.include <bsd.port.pre.mk>

.if !exists(/usr/bin/ssh) && !exists(${LOCALBASE}/bin/ssh)
RUN_DEPENDS+=	ssh:${PORTSDIR}/security/openssh-portable
.endif

post-patch:
	@@${REINPLACE_CMD} -E -e "s|(CC)=.*|\1=${CC}|" -e "s|(CFLAGS)=-Wall|\1\+=|" \
		-e "s|glib-config|${GLIB_CONFIG}|" -e "s|gtk-config|${GTK_CONFIG}|" \
		${BUILD_WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/

post-install:
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
@


1.14
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.12
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.11
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.10
log
@- Only depends of openssh-portable if not exists on system
- Reorganize Makefile
- Use PLIST_FILES and PORTDOCS
- Remove dependency of perl. Use REINPLACE_CMD
- Bump PORTREVISION

PR:		93593
Reported by:	Andrew Pantyukhin <infofarmer@@gmail.com>
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.9
log
@Reset undeliverable maintainer email address:

<hmendes@@brturbo.com>: host mx.brturbo.com[200.199.201.144] said: 550 User
    unknown: hmendes@@brturbo.com
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
RUN_DEPENDS=	ssh:${PORTSDIR}/security/openssh
a19 2
USE_GNOME=	gtk12
USE_PERL5_BUILD=yes
d22 8
a29 1
DOC_FILES=	README
d32 2
a33 2
	@@${PERL} -pi.orig -e "s|^CC=.+$$||;s|(CFLAGS)=-Wall|\1\+=|; \
		s|glib-config|${GLIB_CONFIG}|;s|gtk-config|${GTK_CONFIG}|" \
d37 3
a39 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
d42 1
a42 3
.for doc in ${DOC_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
d45 1
a45 1
.include <bsd.port.mk>
@


1.8
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d15 1
a15 1
MAINTAINER=	hmendes@@brturbo.com
@


1.7
log
@Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:	Oliver Eikemeier
@
text
@d10 1
@


1.6
log
@Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
@
text
@d20 1
a20 1
USE_PERL=	yes
@


1.5
log
@Remove USE_GNOMENG.
@
text
@d20 1
@


1.4
log
@De-pkg-comment.
@
text
@a18 1
USE_GNOMENG=	yes
@


1.3
log
@Deploy USE_GNOMENG infrastructure

PR:		42288
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d15 1
@


1.2
log
@Update maintainer address

Submitted by:	maintainer
@
text
@d18 2
a19 1
USE_GTK=	yes
@


1.1
log
@New port ssh-gui version 0.7.1: A front-end for ssh which can open
multiple xterms

Submitted by:	Hammurabi Mendes <hmendes_br@@yahoo.com>
@
text
@d3 1
a3 1
# Whom:         Hammurabi Mendes <hmendes_br@@yahoo.com>
d14 1
a14 1
MAINTAINER=	hmendes_br@@yahoo.com
@

