1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add mingw-opengl-headers, OpenGL headers from Microsoft(TM) for

Windows development with Mingw.

PR:		ports/33490
Submitted by:	Michal Pasternak <doc@lublin.t1.pl>
This commit is contained in:
Akinori MUSHA 2002-01-16 19:43:09 +00:00
parent bb9b15d32f
commit 6c2bd839bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53191
6 changed files with 52 additions and 0 deletions

View File

@ -283,6 +283,7 @@
SUBDIR += mingw-bin-msvcrt
SUBDIR += mingw-binutils
SUBDIR += mingw-gcc
SUBDIR += mingw-opengl-headers
SUBDIR += mips-rtems-binutils
SUBDIR += mips-rtems-chill
SUBDIR += mips-rtems-g77

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: OpenGL headers for Mingw32
# Date created: 29 Dec 2001
# Whom: Michal Pasternak <doc@lublin.t1.pl>
#
# $FreeBSD$
PORTNAME= opengl
PORTVERSION= 20011229
CATEGORIES= devel graphics
MASTER_SITES= ftp://ftp.microsoft.com/softlib/mslfiles/
PKGNAMEPREFIX= mingw-
PKGNAMESUFFIX= -headers
DISTNAME= opengl95
EXTRACT_SUFX= .exe
DIST_SUBDIR= mingw
MAINTAINER= doc@lublin.t1.pl
BUILD_DEPENDS= mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
RESTRICTED= "Not sure if we can redistribute it"
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${PREFIX}/i386-mingw32msvc/include/GL
${LN} -s ${PREFIX}/i386-mingw32msvc/include/GL ${PREFIX}/i386-mingw32msvc/include/gl
${CP} ${WRKSRC}/INCLUDE/GL/GL.H ${PREFIX}/i386-mingw32msvc/include/GL/gl.h
${CP} ${WRKSRC}/INCLUDE/GL/GLAUX.H ${PREFIX}/i386-mingw32msvc/include/GL/glaux.h
${CP} ${WRKSRC}/INCLUDE/GL/GLU.H ${PREFIX}/i386-mingw32msvc/include/GL/glu.h
${CP} ${WRKSRC}/DLL/GLU32.DLL ${PREFIX}/i386-mingw32msvc/lib/glu32.dll
${CP} ${WRKSRC}/DLL/OPENGL32.DLL ${PREFIX}/i386-mingw32msvc/lib/opengl32.dll
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mingw/opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3

View File

@ -0,0 +1 @@
OpenGL headers from Microsoft(TM) for Windows development with Mingw

View File

@ -0,0 +1,6 @@
Headers and DLLs for OpenGL development, missing in MinGW installation.
Read more about MinGW + OpenGL at
WWW: http://sites.netscape.net/ptrpck/
-- Michal Pasternak <doc@lublin.t1.pl>

View File

@ -0,0 +1,7 @@
i386-mingw32msvc/include/gl
i386-mingw32msvc/include/GL/gl.h
i386-mingw32msvc/include/GL/glaux.h
i386-mingw32msvc/include/GL/glu.h
i386-mingw32msvc/lib/glu32.dll
i386-mingw32msvc/lib/opengl32.dll
@dirrm i386-mingw32msvc/include/GL