2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2015 Alexander Pyhalov
15 include ..
/..
/make-rules
/shared-macros.mk
17 COMPONENT_NAME
= rdesktop
18 COMPONENT_VERSION
= 1.8.3
19 COMPONENT_PROJECT_URL
= http
://www.rdesktop.org
/
20 COMPONENT_SUMMARY
= RDP
, Microsoft Terminal Services client
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:88b20156b34eff5f1b453f7c724e0a3ff9370a599e69c01dc2bf0b5e650eece4
25 COMPONENT_ARCHIVE_URL
= http
://sourceforge.net
/projects
/$(COMPONENT_NAME
)/files
/$(COMPONENT_NAME
)/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)/download
26 COMPONENT_FMRI
= desktop
/remote-desktop
/rdesktop
27 COMPONENT_CLASSIFICATION
= Applications
/Internet
28 COMPONENT_LICENSE_FILE
= COPYING
29 COMPONENT_LICENSE
= GPLv3
31 include $(WS_TOP
)/make-rules
/prep.mk
32 include $(WS_TOP
)/make-rules
/configure.mk
33 include $(WS_TOP
)/make-rules
/ips.mk
35 PATH
=/usr
/gnu
/bin
:/usr
/bin
37 # Missing files in build dir without this.
38 COMPONENT_PRE_CONFIGURE_ACTION
= ($(CLONEY
) $(SOURCE_DIR
) $(@D
))
40 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
41 CONFIGURE_OPTIONS
+= --with-ipv6
42 CONFIGURE_OPTIONS
+= --with-openssl
=/usr
43 CONFIGURE_OPTIONS
+= --disable-credssp
44 CONFIGURE_OPTIONS
+= --disable-smartcard
45 CONFIGURE_OPTIONS
+= --with-sound
=oss
50 install: $(INSTALL_32
)
54 BUILD_PKG_DEPENDENCIES
= $(BUILD_TOOLS
)
56 include $(WS_TOP
)/make-rules
/depend.mk