summaryrefslogtreecommitdiff
blob: 6882ae699c883a8b5c51d3bee57af07c2459d47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=6

inherit cmake-utils

DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
HOMEPAGE="http://baller.tuxfamily.org/"
SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="media-libs/libsdl"
RDEPEND="${DEPEND}"