aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnome-ssh-askpass/Makefile
blob: 9b5e2a26f4a2b8e71f581f7441e74bcf8e632f96 (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
30
# Created by: Mark Hannon <markhannon@optusnet.com.au>
# $FreeBSD$

PORTNAME=   gnome-ssh-askpass
PORTVERSION=    5.8p2
PORTREVISION=   1
CATEGORIES= security gnome
MASTER_SITES=   OPENBSD/OpenSSH/portable/
DISTNAME=   openssh-${PORTVERSION}

MAINTAINER= bofh@FreeBSD.org
COMMENT=    Graphical SSH askpass utility for Gnome2

PORTSCOUT=  skipv:5.9p1 # Will update when FreeBSD version off SSH goes to 5.9p1

WRKSRC=     ${WRKDIR}/openssh-${PORTVERSION}
BUILD_WRKSRC=   ${WRKSRC}/contrib
ALL_TARGET= gnome-ssh-askpass2

PLIST_FILES=    bin/gnome-ssh-askpass2
USES=       pkgconfig
USE_GNOME=  gtk20

CFLAGS+=    -lpthread

do-install:
    ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 \
        ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>