blob: 0feafff96436261aa2beb66715fcddb7cf9368b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ebits/ebits-1.0.1.20031013.ebuild,v 1.2 2003/10/14 02:34:59 vapier Exp $
EHACKAUTOGEN=yes
inherit enlightenment
DESCRIPTION="provides layout functionality for graphical elements like window borders"
HOMEPAGE="http://www.enlightenment.org/pages/ebits.html"
DEPEND="${DEPEND}
>=x11-libs/evas-1.0.0.20031013_pre12"
|