REQ libXfont
[unleashed-userland.git] / components / avant-window-navigator / Makefile
blob8a4176d99ca0492fc96d372a33d4de14bc148c53
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. All rights reserved.
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= avant-window-navigator
18 COMPONENT_VERSION= 0.3.2.1
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= https://launchpad.net/awn
21 COMPONENT_SUMMARY= Avant Window Navigator - fully customizable dock-like navigator
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:f10d728afcdf35c3f7e6cff57f478114f14d5db4b1c9bdc2dc2e582bcaedc21a
26 COMPONENT_ARCHIVE_URL= https://launchpad.net/awn/0.2/$(COMPONENT_VERSION)/+download/$(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 CONFIGURE_OPTIONS+= --sysconfdir=/etc
35 CONFIGURE_OPTIONS+= --with-desktop=gnome
37 # common targets
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(NO_TESTS)
44 include $(WS_TOP)/make-rules/depend.mk