freebsd-ports/security/ssh_askpass_gtk2/Makefile
Edwin Groothuis 090059a210 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)
2008-06-06 14:17:21 +00:00

26 lines
603 B
Makefile

# New ports collection makefile for: ssh_askpass_gtk2
# Date created: 21 Aug 2003
# Whom: mig
#
# $FreeBSD$
#
PORTNAME= ssh_askpass_gtk2
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.cgabriel.org/download/ssh-askpass-fullscreen/
DISTNAME= ssh-askpass-fullscreen-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
COMMENT= A tiny GTK2 ssh askpass replacement
USE_GNOME= gtk20
PLIST_FILES= bin/ssh-askpass-fullscreen
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\
.include <bsd.port.mk>