summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-09-25 12:45:59 +0000
committeragc <agc@pkgsrc.org>2001-09-25 12:45:59 +0000
commit1be43417ea4237194ae925204aa2af384889fdf7 (patch)
treebd8413c6e416d842423c86d9e13e1c47cd395b3b /net/rdesktop
parent7d240c9df57dbd35da67f60bc4e3c2ecb8456b70 (diff)
downloadpkgsrc-1be43417ea4237194ae925204aa2af384889fdf7.tar.gz
Import rdesktop-1.1.0, an open-source RDP client for connecting to Windows NT
and Windows 2000 terminal servers, into the packages collection. Package provided in PR 14059 by Grant Beattie (grant@grunta.com), slightly modified by myself.
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile19
-rw-r--r--net/rdesktop/distinfo5
-rw-r--r--net/rdesktop/patches/patch-aa19
-rw-r--r--net/rdesktop/pkg/DESCR2
-rw-r--r--net/rdesktop/pkg/PLIST2
5 files changed, 47 insertions, 0 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
new file mode 100644
index 00000000000..4288444df3f
--- /dev/null
+++ b/net/rdesktop/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+#
+
+DISTNAME= rdesktop-1.1.0
+CATEGORIES= net
+MASTER_SITES= http://prdownloads.sourceforge.net/rdesktop/
+
+MAINTAINER= grant@grunta.com
+HOMEPAGE= http://rdesktop.sourceforge.net/
+COMMENT= Open-source Remote Desktop Protocol client
+
+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
new file mode 100644
index 00000000000..8c069f22ab8
--- /dev/null
+++ b/net/rdesktop/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+
+SHA1 (rdesktop-1.1.0.tar.gz) = a0ea61437834e7db0311c5e03676edef8869a927
+Size (rdesktop-1.1.0.tar.gz) = 80584 bytes
+SHA1 (patch-aa) = 623c5213c318fd7aef9c83875c32ea320cfb012e
diff --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa
new file mode 100644
index 00000000000..5f3b00f2fdd
--- /dev/null
+++ b/net/rdesktop/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+
+--- Makefile.orig Sat Sep 15 13:34:32 2001
++++ Makefile Tue Sep 25 13:37:46 2001
+@@ -6,12 +6,10 @@
+
+ # Configuration defaults
+
+-CC = cc
+ CFLAGS = -O2
+-INCLUDES = -I/usr/X11R6/include
+-LDLIBS = -L/usr/X11R6/lib -lX11
++INCLUDES = -I$(X11BASE)/include
++LDLIBS = -L$(X11BASE)/lib -R$(X11BASE)/lib -lX11
+
+-PREFIX = /usr/local
+ EPREFIX = $(PREFIX)
+ BINDIR = $(EPREFIX)/bin
+ MANDIR = $(PREFIX)/man
diff --git a/net/rdesktop/pkg/DESCR b/net/rdesktop/pkg/DESCR
new file mode 100644
index 00000000000..79cc5c063ec
--- /dev/null
+++ b/net/rdesktop/pkg/DESCR
@@ -0,0 +1,2 @@
+rdesktop is an open-source RDP client for connecting to Windows NT
+and Windows 2000 terminal servers.
diff --git a/net/rdesktop/pkg/PLIST b/net/rdesktop/pkg/PLIST
new file mode 100644
index 00000000000..b0b220c93bc
--- /dev/null
+++ b/net/rdesktop/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/25 12:45:59 agc Exp $
+bin/rdesktop