diff options
Diffstat (limited to 'x11-misc/wmapm/wmapm-3.1.ebuild')
-rw-r--r-- | x11-misc/wmapm/wmapm-3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/wmapm/wmapm-3.1.ebuild b/x11-misc/wmapm/wmapm-3.1.ebuild index 8545c3dab897..e15ae3ec69c8 100644 --- a/x11-misc/wmapm/wmapm-3.1.ebuild +++ b/x11-misc/wmapm/wmapm-3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmapm/wmapm-3.1.ebuild,v 1.1 2002/01/30 13:27:15 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmapm/wmapm-3.1.ebuild,v 1.2 2002/07/08 16:58:07 aliz Exp $ S=${WORKDIR}/${P}/wmapm @@ -9,6 +9,7 @@ DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops" SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" DEPEND="x11-base/xfree" +LICENSE="GPL-2" src_compile() { emake || die |