blob: 5f47bd056c2bab8c434344517d2eee9151b833cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-8.1.ebuild,v 1.5 2004/10/23 05:43:40 mr_bones_ Exp $
DESCRIPTION="console display library"
HOMEPAGE="http://www.opensource.apple.com/darwinsource/"
SRC_URI=""
LICENSE="APSL-2"
SLOT="0"
KEYWORDS="-* ppc-macos"
IUSE=""
DEPEND=""
RDEPEND=""
|