1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/rdesktop/trunk/Makefile

Revision 20663, 1.3 KB (checked in by dmichelsen, 6 weeks ago)

rdesktop/trunk: Update to 1.7.1 and add 64 bit isaexec

Line 
1NAME = rdesktop
2VERSION = 1.7.1
3GARTYPE = v2
4
5DESCRIPTION = RDP client for Windows NT/2000/2003/XP Terminal Server
6define BLURB
7  rdesktop is an open source client for Windows Terminal Services, capable of natively
8  speaking Remote Desktop Protocol (RDP) in order to present the user's Windows desktop.
9  Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008,
10  Windows XP, Windows Vista and Windows NT Server 4.0.
11endef
12
13MASTER_SITES = $(SF_MIRROR)
14DISTFILES  = $(NAME)-$(VERSION).tar.gz
15
16VENDOR_URL = http://www.rdesktop.org
17
18BUILD_DEP_PKGS += CSWlibao-dev
19BUILD_DEP_PKGS += CSWlibsamplerate-dev
20BUILD_DEP_PKGS += CSWlibssl-dev
21
22PACKAGES += CSWrdesktop
23SPKG_DESC_CSWrdesktop = RDP client for Windows NT/2000/2003/XP Terminal Server
24RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibiconv2
25RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibao4
26RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibsamplerate0
27RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibssl1-0-0
28
29BUILD64 = 1
30ISAEXEC = 1
31
32CONFIGURE_ARGS  = $(DIRPATHS)
33CONFIGURE_ARGS += --with-openssl=$(prefix)
34
35# No test/check target provided by rdesktop
36TEST_SCRIPTS =
37
38# The path is just an example and nobody will probably look into it
39CHECKPKG_OVERRIDES_CSWrdesktop += file-with-bad-content|/usr/local|root/opt/csw/share/rdesktop/keymaps/is
40
41include gar/category.mk
Note: See TracBrowser for help on using the browser.