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]
21 # Copyright (c) 2013, Louis M. Picciano. All rights reserved.
26 include ..
/..
/..
/make-rules
/shared-macros.mk
29 COMPONENT_VERSION
= 4.6
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