net-snmp sun mods install: make sure destdirs exist
[unleashed-userland.git] / components / gnome-log-viewer / Makefile
blobdedc4833c4c9f4e8acf355fa1abde9417c2aad30
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= gnome-utils
18 COMPONENT_VERSION= 2.24.1
19 # Version was bumped in JDS
20 IPS_COMPONENT_VERSION= 2.30.0
21 COMPONENT_PROJECT_URL= http://www.gnome.org
22 COMPONENT_SUMMARY= GNOME log viewer
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:6b7e29feaa25d5e85fa55a00775e7b3296725ef98b455b8b1d810cf379cfdd00
27 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.24/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= gnome/gnome-log-viewer
29 COMPONENT_CLASSIFICATION= Applications/System Utilities
30 COMPONENT_LICENSE= GPLv3
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 COMPONENT_PREP_ACTION = ( cd $(@D) && \
40 libtoolize --copy --force &&\
41 glib-gettextize -f &&\
42 intltoolize --force --copy &&\
43 aclocal -I m4 &&\
44 automake -c -f -a &&\
45 autoconf )
48 CONFIGURE_OPTIONS+= --sysconfdir=/etc
49 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
50 CONFIGURE_OPTIONS+= --disable-scrollkeeper
51 CONFIGURE_OPTIONS+= --disable-static
52 CONFIGURE_OPTIONS+= --with-grep="/usr/xpg4/bin/grep"
54 CONFIGURE_ENV+= PYTHON="$(PYTHON)"
56 # common targets
57 build: $(BUILD_32)
59 install: $(INSTALL_32)
61 test: $(NO_TESTS)
63 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
65 include $(WS_TOP)/make-rules/depend.mk