Move ekiga to desktop directory
[unleashed-userland.git] / components / desktop / ekiga / Makefile
blob12cf00879fb97f2df36ca45f20558b02dd9dc545
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) 2014 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= ekiga
18 COMPONENT_VERSION= 3.2.7
19 COMPONENT_REVISION= 4
20 COMPONENT_PROJECT_URL= http://www.ekiga.org
21 COMPONENT_SUMMARY= A GNOME based H.323/SIP video conferencing application
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f
26 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/ekiga/3.2/$(COMPONENT_ARCHIVE)
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
34 COMPONENT_PRE_CONFIGURE_ACTION = (cp -r $(SOURCE_DIR)/* $(@D) && \
35 cp -r $(COMPONENT_DIR)/files/po-sun $(@D) && \
36 cd $(@D)/po-sun && $(MAKE) all )
38 CFLAGS+= -DSOLARIS -D__EXTENSIONS__
39 CXXFLAGS+= -DSOLARIS -D__EXTENSIONS__
41 CONFIGURE_SCRIPT= $(@D)/configure
43 CONFIGURE_OPTIONS+= --sysconfdir=/etc
44 CONFIGURE_OPTIONS+= --disable-ldap
45 CONFIGURE_OPTIONS+= --disable-notify
46 CONFIGURE_OPTIONS+= --enable-xv
48 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
50 # common targets
51 build: $(BUILD_32)
53 install: $(INSTALL_32)
55 test: $(NO_TESTS)
57 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
59 include $(WS_TOP)/make-rules/depend.mk