summaryrefslogtreecommitdiff
path: root/net/rdesktop/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-03-23 15:24:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-03-23 15:24:11 +0000
commit356cb19a85cd84c20d03d2c2e417e5e096d0c60e (patch)
tree5bdf822cd30d29aac16f92ad2f5baaf83a30caf3 /net/rdesktop/Makefile
parent8485ae3c18907834abf87eabef53ad8b0df89f0a (diff)
downloadpkgsrc-356cb19a85cd84c20d03d2c2e417e5e096d0c60e.tar.gz
Update to 1.4.0
Changes: * Basic disk-, parallel-, printer- and serial-redirection * Fix timezone-redirection * Backing-store fixes * Fix client-IP sent to TS * XEmbed support for embedding rdesktop in other applications (KRDC) * Support for setting the RDP5 experience * Keyboard and keymap fixes * Performance improvements * Report disconnect-reason * Support for RDP-compression (currently only for 8bpp) * Support for persistent bitmap caching * Sound-driver for SGI/Irix
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r--net/rdesktop/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index b559e755412..dc3d3ff5824 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,23 +1,17 @@
-# $NetBSD: Makefile,v 1.20 2005/02/15 20:20:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2005/03/23 15:24:11 xtraeme Exp $
#
-DISTNAME= rdesktop-1.3.1
-PKGREVISION= 3
+DISTNAME= rdesktop-1.4.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCHFILES= rdesktop.patch
-PATCH_DIST_STRIP= -p0
-
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
USE_BUILDLINK3= YES
USE_X11= YES
-HAS_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX}
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-x=${X11BASE}
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}