summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/allegrogl/allegrogl-0.2.4.ebuild')
-rw-r--r--media-libs/allegrogl/allegrogl-0.2.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/allegrogl/allegrogl-0.2.4.ebuild b/media-libs/allegrogl/allegrogl-0.2.4.ebuild
index 117687c370b5..56fd6d6f053b 100644
--- a/media-libs/allegrogl/allegrogl-0.2.4.ebuild
+++ b/media-libs/allegrogl/allegrogl-0.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.2.4.ebuild,v 1.5 2004/11/19 04:38:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.2.4.ebuild,v 1.6 2005/01/19 00:53:01 wolf31o2 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/allegrogl/${MY_PN}-${PV}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~sparc x86"
-IUSE=""
+IUSE="doc"
DEPEND=">=media-libs/allegro-4.0.0"
@@ -33,4 +33,5 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc *txt
+ use doc && dodoc examp/*
}