summaryrefslogtreecommitdiff
path: root/net/rdesktop/Makefile
diff options
context:
space:
mode:
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"