summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-09-30 11:08:13 +0000
committerrh <rh@pkgsrc.org>2001-09-30 11:08:13 +0000
commit2895509207e6db8d3d2b5f59a9e34319f72c0e59 (patch)
tree87b4773069481674bc2615b1fc0af42a7049fd39 /net/rdesktop
parent938010d6303801d59714154f346aacb761ac4c45 (diff)
downloadpkgsrc-2895509207e6db8d3d2b5f59a9e34319f72c0e59.tar.gz
Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocol
client.
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile12
-rw-r--r--net/rdesktop/distinfo4
-rw-r--r--net/rdesktop/patches/patch-aa12
-rw-r--r--net/rdesktop/pkg/DESCR4
4 files changed, 14 insertions, 18 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index 4288444df3f..e6f53f32913 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2001/09/30 11:08:13 rh Exp $
#
DISTNAME= rdesktop-1.1.0
-CATEGORIES= net
-MASTER_SITES= http://prdownloads.sourceforge.net/rdesktop/
+CATEGORIES= net x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
MAINTAINER= grant@grunta.com
HOMEPAGE= http://rdesktop.sourceforge.net/
COMMENT= Open-source Remote Desktop Protocol client
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${LOCALBASE}
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS= --prefix="${LOCALBASE}"
ALL_TARGET= rdesktop
-USE_X11= yes
-
.include "../../mk/bsd.pkg.mk"
diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo
index 8c069f22ab8..125f6fcb72d 100644
--- a/net/rdesktop/distinfo
+++ b/net/rdesktop/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+$NetBSD: distinfo,v 1.1.1.2 2001/09/30 11:08:13 rh Exp $
SHA1 (rdesktop-1.1.0.tar.gz) = a0ea61437834e7db0311c5e03676edef8869a927
Size (rdesktop-1.1.0.tar.gz) = 80584 bytes
-SHA1 (patch-aa) = 623c5213c318fd7aef9c83875c32ea320cfb012e
+SHA1 (patch-aa) = de962a4af39d435eb3a6e6f8dfa317cd09839cc3
diff --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa
index 5f3b00f2fdd..4f23e71477a 100644
--- a/net/rdesktop/patches/patch-aa
+++ b/net/rdesktop/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+$NetBSD: patch-aa,v 1.1.1.2 2001/09/30 11:08:13 rh Exp $
---- Makefile.orig Sat Sep 15 13:34:32 2001
-+++ Makefile Tue Sep 25 13:37:46 2001
-@@ -6,12 +6,10 @@
+--- Makefile.orig Sat Sep 15 22:34:32 2001
++++ Makefile Tue Sep 25 17:10:37 2001
+@@ -6,10 +6,9 @@
# Configuration defaults
@@ -13,7 +13,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+INCLUDES = -I$(X11BASE)/include
+LDLIBS = -L$(X11BASE)/lib -R$(X11BASE)/lib -lX11
--PREFIX = /usr/local
+ PREFIX = /usr/local
EPREFIX = $(PREFIX)
- BINDIR = $(EPREFIX)/bin
- MANDIR = $(PREFIX)/man
diff --git a/net/rdesktop/pkg/DESCR b/net/rdesktop/pkg/DESCR
index 79cc5c063ec..7fd1416952f 100644
--- a/net/rdesktop/pkg/DESCR
+++ b/net/rdesktop/pkg/DESCR
@@ -1,2 +1,2 @@
-rdesktop is an open-source RDP client for connecting to Windows NT
-and Windows 2000 terminal servers.
+ rdesktop is an open-source RDP client for connecting to Windows NT and
+Windows 2000 terminal servers.