Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / games / gnugo / Makefile
blobacd82b3bc60f5e624a18e21a364b1321cce1cbc6
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 David Hoeppner. All rights reserved.
22 # Copyright 2018 Harry Liebel <hliebel@gmail.com>
25 BUILD_BITS=64
27 include ../../../make-rules/shared-macros.mk
29 COMPONENT_NAME= gnugo
30 COMPONENT_VERSION= 3.8
31 COMPONENT_REVISION= 2
32 COMPONENT_FMRI= games/gnugo
33 COMPONENT_PROJECT_URL= http://www.gnu.org/software/gnugo/
34 COMPONENT_SUMMARY= gnugo - program that plays the game of Go.
35 COMPONENT_DESCRIPTION= GNU Go is a free program that plays the game of Go.
36 COMPONENT_CLASSIFICATION=Applications/Games
37 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
38 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
39 COMPONENT_ARCHIVE_HASH= \
40 sha256:da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72
41 COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gnugo/$(COMPONENT_ARCHIVE)
42 COMPONENT_LICENSE= GPLv3
44 include $(WS_MAKE_RULES)/common.mk
46 REQUIRED_PACKAGES += text/gawk
47 REQUIRED_PACKAGES += library/ncurses
48 REQUIRED_PACKAGES += system/library
49 REQUIRED_PACKAGES += system/library/math