2013-08-07 11:47:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/08/07 11:47:51 sthen Exp $
|
2007-09-04 09:14:00 +00:00
|
|
|
|
|
|
|
COMMENT-main= SSH and telnet client
|
|
|
|
COMMENT-gui= PuTTY GUI clients
|
|
|
|
|
2013-08-07 11:47:51 +00:00
|
|
|
DISTNAME= putty-0.63
|
2007-09-04 09:14:00 +00:00
|
|
|
PKGNAME-main= ${DISTNAME}
|
2010-07-12 22:07:37 +00:00
|
|
|
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
|
2007-09-04 09:14:00 +00:00
|
|
|
CATEGORIES= net security
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|
|
|
MASTER_SITES= http://the.earth.li/~sgtatham/putty/latest/ \
|
|
|
|
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-08-07 11:47:51 +00:00
|
|
|
WANTLIB-main = c pthread
|
|
|
|
WANTLIB-gui += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB-gui += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
|
|
|
|
WANTLIB-gui += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
|
|
|
|
WANTLIB-gui += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
|
|
WANTLIB-gui += pthread z ${MODGETTEXT_WANTLIB}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2013-01-13 10:12:52 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I.././" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib"
|
2012-12-12 16:38:33 +00:00
|
|
|
WRKSRC= ${WRKDIST}/unix
|
2007-09-04 09:14:00 +00:00
|
|
|
|
2013-08-07 11:47:51 +00:00
|
|
|
MULTI_PACKAGES= -main -gui
|
2007-09-04 09:14:00 +00:00
|
|
|
|
2011-07-06 23:56:08 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
LIB_DEPENDS-main= # empty
|
2013-01-13 10:12:52 +00:00
|
|
|
LIB_DEPENDS-gui= x11/gtk+2
|
2007-09-04 09:14:00 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2013-01-13 10:12:52 +00:00
|
|
|
|
2007-09-04 09:14:00 +00:00
|
|
|
.include <bsd.port.mk>
|