Remove dependencies on Java 7 from metapackages
[unleashed-userland.git] / components / nethack / Makefile
blob45a51535011001c5234b1a05696740d572eb17af
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
23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
26 include ../../make-rules/shared-macros.mk
28 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
30 COMPONENT_NAME= nethack
31 COMPONENT_VERSION= 3.4.3
32 COMPONENT_PROJECT_URL= http://www.nethack.org/
33 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
34 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-343-src.tgz
35 COMPONENT_ARCHIVE_HASH= \
36 sha256:bb39c3d2a9ee2df4a0c8fdde708fbc63740853a7608d2f4c560b488124866fe4
37 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
38 COMPONENT_BUGDB= utility/nethack
40 include ../../make-rules/prep.mk
41 include ../../make-rules/justmake.mk
42 include ../../make-rules/ips.mk
44 PATCH_LEVEL=0
46 # Need to use Makefiles in the sys/unix directory and copy them into various
47 # other directories.
49 COMPONENT_PREP_ACTION= (cd $(SOURCE_DIR)/sys/unix ; sh setup.sh)
51 COMPONENT_INSTALL_ARGS += CHOWN=true
52 COMPONENT_INSTALL_ARGS += CHGRP=true
53 COMPONENT_INSTALL_ARGS += ROOT=$(PROTO_DIR)
55 COMPONENT_BUILD_ENV += CC=$(CC)
56 COMPONENT_INSTALL_ENV += CC=$(CC)
58 PKG_PROTO_DIRS += $(COMPONENT_SRC)/doc
60 # common targets
61 build: $(BUILD_32)
63 install: $(INSTALL_32)
64 sed -e 's/^!\(NetHack.tomb\)/\1/' -e 's/^!\(NetHack.pet\)/\1/' \
65 -e 's/^!\(NetHack.tile_file\)/\1/' \
66 $(COMPONENT_SRC)/win/X11/NetHack.ad \
67 > $(PROTO_DIR)/usr/lib/nethack/NetHack.ad
69 test: $(NO_TESTS)
71 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
73 include ../../make-rules/depend.mk