openbsd-ports/security/ssh-askpass-fullscreen/Makefile

33 lines
912 B
Makefile
Raw Normal View History

2011-11-04 04:42:25 -04:00
# $OpenBSD: Makefile,v 1.8 2011/11/04 08:43:32 jasper Exp $
COMMENT= good-looking ssh-agent pass-phrase dialog
DISTNAME = ssh-askpass-fullscreen-0.4
2011-11-04 04:42:25 -04:00
REVISION= 5
CATEGORIES= security
MASTER_SITES = http://www.cgabriel.org/download/ssh-askpass-fullscreen/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-07-06 17:09:55 -04:00
MODULES = devel/gettext
2010-11-20 12:22:40 -05:00
LIB_DEPENDS = x11/gtk+2
2011-11-04 04:42:25 -04:00
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2010-07-30 09:55:10 -04:00
WANTLIB += gdk-x11-2.0 gtk-x11-2.0 gdk_pixbuf-2.0 gthread-2.0
2011-07-06 17:09:55 -04:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0
2010-07-30 09:55:10 -04:00
WANTLIB += pixman-1 png pthread pthread-stubs
2011-11-04 04:42:25 -04:00
WANTLIB += xcb xcb-render z GL xcb-shm
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ssh-askpass-fullscreen ${PREFIX}/bin
.include <bsd.port.mk>