Update security/lynis to version 2.5.1
[dports.git] / security / gnome-ssh-askpass / Makefile
1 # Created by: Mark Hannon <markhannon@optusnet.com.au>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-ssh-askpass
5 PORTVERSION=    6.6p1
6 CATEGORIES=     security gnome
7 MASTER_SITES=   OPENBSD/OpenSSH/portable/
8 DISTNAME=       openssh-${PORTVERSION}
9
10 MAINTAINER=     bofh@FreeBSD.org
11 COMMENT=        Graphical SSH askpass utility for Gnome2
12
13 #LICENSE=      BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style
14 #LICENSE_FILE= ${WRKSRC}/LICENCE
15
16 PORTSCOUT=      limit:^6\.6 # Will update when FreeBSD version off SSH goes to 5.9p1
17
18 WRKSRC=         ${WRKDIR}/openssh-${PORTVERSION}
19 BUILD_WRKSRC=   ${WRKSRC}/contrib
20 ALL_TARGET=     gnome-ssh-askpass2
21
22 PLIST_FILES=    bin/gnome-ssh-askpass2
23 USES=           pkgconfig
24 USE_GNOME=      gtk20
25
26 CFLAGS+=        -lpthread
27
28 do-install:
29         ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 \
30                 ${STAGEDIR}${PREFIX}/bin
31
32 .include <bsd.port.mk>