GCC: use -fuse-cxa-atexit by default
[unleashed-userland.git] / components / tsclient / Makefile
blobfcefc7735abbd9d1a1f2a5b4a1b092f5a7693e62
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 (c) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= tsclient
18 COMPONENT_VERSION= 0.150
19 COMPONENT_PROJECT_URL= http://sourceforge.net/projects/tsclient/
20 COMPONENT_SUMMARY= tsclient - A frontend for rdesktop and other remote desktop tools
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:7dbcad13d98c45a4365dffb3d775be89f49d4e27e139aeaf028e9cd4a41a3ae1
25 COMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/tsclient/tsclient/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= desktop/remote-desktop/tsclient
27 COMPONENT_CLASSIFICATION= Applications/Internet
28 COMPONENT_LICENSE= GPLv2
29 COMPONENT_LICENSE_FILE= COPYING
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 COMPONENT_PREP_ACTION = ( cd $(@D) && \
38 aclocal -I. && \
39 autoheader && \
40 libtoolize --force && \
41 intltoolize --force --automake && \
42 automake -a -f -c &&\
43 autoconf )
46 CONFIGURE_OPTIONS+= --sysconfdir=/etc
47 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
49 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
51 # common targets
52 build: $(BUILD_32)
54 install: $(INSTALL_32)
56 test: $(NO_TESTS)
58 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
60 include $(WS_TOP)/make-rules/depend.mk