diff options
author | rh <rh> | 2001-09-30 11:08:13 +0000 |
---|---|---|
committer | rh <rh> | 2001-09-30 11:08:13 +0000 |
commit | 66f19b5140b8806e87b557206f2dd4e4b96a3c89 (patch) | |
tree | 87b4773069481674bc2615b1fc0af42a7049fd39 /net/rdesktop/Makefile | |
parent | 298c5cafd5cfe2283aa581d474dc7cde8c4ff78b (diff) | |
download | pkgsrc-66f19b5140b8806e87b557206f2dd4e4b96a3c89.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/Makefile | 12 |
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" |