aboutsummaryrefslogtreecommitdiff
blob: dc64c5e22f9ff372c1337ef843f33b268f6906c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils

DESCRIPTION="Frontend to surf to visualize algebraic curves and surfaces"
HOMEPAGE="http://imaginary2008.de/surfer.php"
SRC_URI="http://www.imaginary2008.de/data/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

CDEPEND="dev-cpp/gtkmm:2.4"
RDEPEND="
	${CDEPEND}
	media-gfx/surf"
DEPEND="
	${CDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}"/${PN}-0.1

pkg_postinst() {
	elog "${PN} ebuild is still under development."
	elog "Help us improve the ebuild in:"
	elog "http://bugs.gentoo.org/show_bug.cgi?id=210908"
}