Lines 5-21
Link Here
|
5 |
# $FreeBSD: ports/security/gnome-ssh-askpass/Makefile,v 1.15 2010/03/28 06:43:19 dinoex Exp $ |
5 |
# $FreeBSD: ports/security/gnome-ssh-askpass/Makefile,v 1.15 2010/03/28 06:43:19 dinoex Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= gnome-ssh-askpass |
7 |
PORTNAME= gnome-ssh-askpass |
8 |
PORTVERSION= 3.6p1 |
8 |
PORTVERSION= 5.8p2 |
9 |
PORTREVISION= 10 |
9 |
PORTREVISION= 10 |
10 |
CATEGORIES= security gnome |
10 |
CATEGORIES= security gnome |
11 |
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |
11 |
MASTER_SITES= OPENBSD/OpenSSH/portable/ |
12 |
ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ |
|
|
13 |
DISTNAME= openssh-${PORTVERSION} |
12 |
DISTNAME= openssh-${PORTVERSION} |
14 |
|
13 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= 5u623l20@gmail.com |
16 |
COMMENT= A graphical ssh askpass utility for Gnome2 |
15 |
COMMENT= A graphical ssh askpass utility for Gnome2 |
17 |
|
16 |
|
18 |
WRKSRC= ${WRKDIR}/openssh-3.6p1 |
17 |
PORTSCOUT= skipv:5.9p1 # Will update when FreeBSD version off SSH goes to 5.9p1 |
|
|
18 |
|
19 |
WRKSRC= ${WRKDIR}/openssh-${PORTVERSION} |
19 |
BUILD_WRKSRC= ${WRKSRC}/contrib |
20 |
BUILD_WRKSRC= ${WRKSRC}/contrib |
20 |
ALL_TARGET= gnome-ssh-askpass2 |
21 |
ALL_TARGET= gnome-ssh-askpass2 |
21 |
|
22 |
|