Merge pull request #2755 from alarcher/libxfont2
[unleashed-userland.git] / components / library / libwnck3 / Makefile
blobb4b2e05bd4332147183264cc0f5dcd8fea810239
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 2016 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= libwnck3
18 COMPONENT_VERSION= 3.18.0
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= Window Navigator Construction Kit Library
21 COMPONENT_SRC= libwnck-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:4dabf8f28fd140cbe1f27c0c466c1a787cbfd03621e45bd24fed62fa568106ac
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/libwnck/3.18/$(COMPONENT_ARCHIVE)
26 COMPONENT_LICENSE= LGPLv2
27 COMPONENT_LICENSE_FILE= COPYING
28 COMPONENT_CLASSIFICATION= System/Libraries
29 COMPONENT_FMRI= library/desktop/libwnck3
32 include $(WS_MAKE_RULES)/prep.mk
33 include $(WS_MAKE_RULES)/configure.mk
34 include $(WS_MAKE_RULES)/ips.mk
36 PATH=/usr/gnu/bin:/usr/bin
38 CONFIGURE_OPTIONS+= --sysconfdir=/etc
39 CONFIGURE_OPTIONS+= --disable-static
40 CONFIGURE_OPTIONS+= --program-suffix=3
43 COMPONENT_BUILD_ENV+= CC="$(CC)"
44 COMPONENT_BUILD_ENV+= CFLAGS="$(CFLAGS)"
46 # common targets
47 build: $(BUILD_32_and_64)
49 install: $(INSTALL_32_and_64)
51 test: $(NO_TESTS)