blueprint-compiler: update to 0.16.0
[oi-userland.git] / components / desktop / notion-3 / Makefile
blob53f2bc65e3ecddb1ecc1d96e1098ae3e1df5dfd9
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= notion-3
19 COMPONENT_VERSION= 2015061300
20 COMPONENT_PROJECT_URL= http://notion.sf.net
21 COMPONENT_FMRI= desktop/window-manager/notion-3
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= 3-$(COMPONENT_VERSION).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:3c9d9f35a9fb0d17c263b76fe28f7a1a4a05b7d6140545524cc1effd98c5c305
26 COMPONENT_ARCHIVE_URL= https://github.com/raboof/notion/archive/$(COMPONENT_ARCHIVE)
27 COMPONENT_LICENSE= Modified LGPL
28 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
29 COMPONENT_SUMMARY= Notion 3 window manager
30 COMPONENT_CLASSIFICATION=System/X11
32 include ../../../make-rules/prep.mk
33 include ../../../make-rules/justmake.mk
34 include ../../../make-rules/ips.mk
36 COMPONENT_BUILD_ENV += CC=$(CC)
37 COMPONENT_BUILD_ENV += ETCDIR=/etc/notion
39 COMPONENT_INSTALL_ENV += ETCDIR=/etc/notion
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(TEST_32)
47 REQUIRED_PACKAGES += runtime/lua
48 REQUIRED_PACKAGES += system/library
49 REQUIRED_PACKAGES += system/library/math
50 REQUIRED_PACKAGES += x11/library/libice
51 REQUIRED_PACKAGES += x11/library/libsm
52 REQUIRED_PACKAGES += x11/library/libx11
53 REQUIRED_PACKAGES += x11/library/libxext
54 REQUIRED_PACKAGES += x11/library/libxinerama
55 REQUIRED_PACKAGES += x11/library/libxrandr
57 # notion uses xmessage to display errors at run time
58 REQUIRED_PACKAGES += x11/xmessage