summaryrefslogtreecommitdiff
path: root/net/rdesktop/Makefile
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/Makefile
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/Makefile')
-rw-r--r--net/rdesktop/Makefile12
1 files changed, 5 insertions, 7 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"