openbsd-ports/net/putty/Makefile
ajacoutot a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00

51 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2012/03/08 12:13:01 ajacoutot Exp $
COMMENT-main= SSH and telnet client
COMMENT-gui= PuTTY GUI clients
DISTNAME= putty-0.60
PKGNAME-main= ${DISTNAME}
REVISION-main= 2
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
REVISION-gui= 3
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/
MAINTAINER= Damien Miller <djm@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
WRKBUILD= ${WRKSRC}/unix
USE_GROFF = Yes
MULTI_PACKAGES= -main -gui
MODULES= devel/gettext
WANTLIB-main= c
WANTLIB-gui= X11 Xext Xi c glib gmodule m ${MODGETTEXT_WANTLIB} \
pthread-stubs xcb gtk>=1 gdk>=1
LIB_DEPENDS-main= # empty
LIB_DEPENDS-gui= x11/gtk+
pre-configure:
cd ${WRKSRC} && ./mkfiles.pl
NO_REGRESS= Yes
.include <bsd.port.mk>
# gcc4 is smarter !
.if ${COMPILER_VERSION:L:Mgcc4*}
CFLAGS += -Wno-error=address
.endif