REQ libXfont
[unleashed-userland.git] / components / geany / Makefile
blob4fc48341de0fa3529ad4628e2fdde5aa245f3381
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 2015 Predrag Zecevic. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= geany
19 COMPONENT_VERSION= 1.26
20 COMPONENT_CLASSIFICATION=System/Text Tools
21 COMPONENT_FMRI=editor/geany
22 COMPONENT_SUMMARY= A fast and lightweight IDE
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= sha256:e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d
26 COMPONENT_ARCHIVE_URL= http://download.geany.org/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.geany.org/Main/HomePage
28 COMPONENT_LICENSE= GPLv2
29 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
31 include ../../make-rules/prep.mk
32 include ../../make-rules/configure.mk
33 include ../../make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
38 CONFIGURE_OPTIONS += --enable-the-force
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(NO_TESTS)