blob: 2eff20eefb4689c2146a39a49c74d3d7b5d0ae19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dev-tools/xfce4-dev-tools-4.4.0.ebuild,v 1.9 2007/03/10 17:51:32 nixnut Exp $
inherit xfce44
xfce44
DESCRIPTION="m4macros for autotools eclass and subversion builds"
HOMEPAGE="http://foo-projects.org/~benny/projects/xfce4-dev-tools"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
RDEPEND=""
DEPEND=""
DOCS="AUTHORS ChangeLog HACKING NEWS README"
xfce44_core_package
|