aboutsummaryrefslogtreecommitdiff
blob: 7ff187a29e122ef500cc32535b0a6be7501f0430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-mse/embassy-mse-1.0.0-r7.ebuild,v 1.2 2010/01/01 22:05:28 fauli Exp $

EBOV="6.3.1"
EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor"

inherit embassy-ng

KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"

IUSE+=" ncurses"

EBO_ECONF="$(use_with ncurses curses ${EPREFIX}/usr)"

src_install() {
	default
	insinto /usr/include/emboss/mse
	doins h/*.h
}