pkgsrc/net/rdesktop/Makefile
obache 88507a4a5b Update rdesktop to 1.7.0.
This fixes some important bugs and is therefore recommended for all users.

Key changes:

   * Security: Directory traversal vulnerability with disk redirection (disallow /.. requests)
   * New maintainer: Peter Åstrand <astrand@...>
   * Brush cache support
   * Removed the hardcoded limit of the username length
   * Increased domain name length to 255 chars
   * Improved compatibility with PulseAudio/padsp
   * Cleaned up and documented the return values
   * Keyboard fix: avoid stuck keys in certain cases
   * Support for new pointers
   * License has been changed to GPLv3
   * EWMH fixes for 64-bit machines
   * RandR support: automatically resize session if using relative screen size
   * Improved support for Windows 2008 Session Broker
   * Japanese keyboard map has been improved
   * New keyboard map: fr-bepo
   * Many stability fixes regarding smart card redirection
   * Windows 2008 R2 / 7: Fix sound playback when not using other redirections
   * Windows 2008 R2 / 7: Solve disk redirection read-only issues
   * Windows 2008 R2 / 7: Solve issue with recursive deletion
   * Avoid exit when printing, if lpr command terminates early
2011-05-04 14:47:18 +00:00

37 lines
937 B
Makefile

# $NetBSD: Makefile,v 1.38 2011/05/04 14:47:18 obache Exp $
DISTNAME= rdesktop-1.7.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-x=${X11BASE:Q}
LDFLAGS+= ${LIBOSSAUDIO}
SUBST_CLASSES+= audio
SUBST_STAGE.audio= pre-configure
SUBST_FILES.audio= rdpsnd_oss.c
SUBST_SED.audio= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
SUBST_MESSAGE.audio= Fixing hardcoded audio device.
.include "options.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-sound=oss
.endif
.include "../../mk/oss.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"