2009-02-11 10:47:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/02/11 15:47:51 jasper Exp $
|
2008-05-02 10:07:46 -04:00
|
|
|
|
|
|
|
COMMENT= simple GNOME SSH passphrase grabber
|
|
|
|
|
|
|
|
DISTNAME= openssh-5.0p1
|
2009-02-11 10:47:49 -05:00
|
|
|
PKGNAME= gnome-ssh-askpass-5.0p2
|
2008-05-02 10:07:46 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
|
|
|
ftp://ftp.de.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
|
|
|
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
|
|
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
|
2008-06-02 13:58:23 -04:00
|
|
|
pangocairo-1.0 pangoft2-1.0 pixman-1 png z
|
2008-05-02 10:07:46 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=none
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME}/contrib
|
|
|
|
ALL_TARGET= gnome-ssh-askpass2
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/gnome-ssh-askpass2 ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|