17 lines
472 B
Bash
17 lines
472 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-libs/opengl-apple/opengl-apple-5.ebuild,v 1.1 2013/07/20 18:44:01 grobian Exp $
|
|
|
|
inherit prefix
|
|
|
|
DESCRIPTION="Meta dependency for Windows OpenGL"
|
|
# homepage and license from mingw64-runtime
|
|
HOMEPAGE="http://mingw-w64.sourceforge.net/"
|
|
LICENSE="BSD"
|
|
KEYWORDS="-* ~x86-winnt ~amd64-winnt"
|
|
SLOT=0
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|