diff options
author | grant <grant@pkgsrc.org> | 2003-11-20 04:46:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-20 04:46:08 +0000 |
commit | c6c45e21381edaea6a9ca1dcd1914f9e8b43d5ea (patch) | |
tree | 0c4bbff9271031869160350732528558d7cba2fb /net/rdesktop/Makefile | |
parent | 1a6a8ae40066d4c239027b3add15dc8efff23f3a (diff) | |
download | pkgsrc-c6c45e21381edaea6a9ca1dcd1914f9e8b43d5ea.tar.gz |
Updated rdesktop to 1.3.0.
Major changes since 1.2.0:
New features:
* RDP 5
* 15, 16 and 24 bit color depths
* Basic clipboard redirection
* Sound
* IPv6
* Attaching to console on Windows 2003
Other changes:
* Updated keymaps
* Increased maximum lengths for usernames and passwords
* Support for specifying geometry in terms of percent of whole screen
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index ef85075cd2b..e7b4c8a2b8a 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:42 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2003/11/20 04:46:08 grant Exp $ # -DISTNAME= rdesktop-1.2.0 -PKGREVISION= 1 +DISTNAME= rdesktop-1.3.0 CATEGORIES= net +WRKSRC= ${WRKDIR}/rdesktop MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} MAINTAINER= grant@NetBSD.org @@ -16,7 +16,9 @@ HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-x=${X11BASE} CONFIGURE_ARGS+= --with-openssl=${SSLBASE} -ALL_TARGET= rdesktop + +LDFLAGS+= ${LIBOSSAUDIO} .include "../../security/openssl/buildlink2.mk" +.include "../../mk/ossaudio.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |