rebuild ffmpeg for libvpx-1.15.0; fix gcc-14 problem; add patch for new
[oi-userland.git] / components / editor / joe / Makefile
blob01c216ca438e70d32cd1c88adee5ae55c9cf89c1
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2013, Louis M. Picciano. All rights reserved.
24 BUILD_STYLE=configure
25 BUILD_BITS=64
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= joe
29 COMPONENT_VERSION= 4.6
30 COMPONENT_REVISION= 1
31 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
32 COMPONENT_PROJECT_URL= http://joe-editor.sourceforge.net/
33 COMPONENT_SUMMARY= Joe's Own Editor
34 COMPONENT_DESCRIPTION= Joe's Own Editor - a full featured terminal-based screen editor
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH= \
37 sha256:495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
38 COMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
39 COMPONENT_FMRI= editor/joe
40 COMPONENT_CLASSIFICATION=System/Text Tools
41 COMPONENT_LICENSE= GPLv2
42 COMPONENT_LICENSE_FILE= COPYING
44 include $(WS_MAKE_RULES)/common.mk
46 COMPONENT_PREP_ACTION += ( cd $(@D) && autoreconf -f)
48 # Joe uses incorrect relative paths
49 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
51 CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
53 # Auto-generated dependencies
54 REQUIRED_PACKAGES += library/ncurses
55 REQUIRED_PACKAGES += system/library
56 REQUIRED_PACKAGES += system/library/math