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:
parent
bb9b15d32f
commit
6c2bd839bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53191
@ -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
|
||||
|
36
devel/mingw-opengl-headers/Makefile
Normal file
36
devel/mingw-opengl-headers/Makefile
Normal 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>
|
1
devel/mingw-opengl-headers/distinfo
Normal file
1
devel/mingw-opengl-headers/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mingw/opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3
|
1
devel/mingw-opengl-headers/pkg-comment
Normal file
1
devel/mingw-opengl-headers/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
OpenGL headers from Microsoft(TM) for Windows development with Mingw
|
6
devel/mingw-opengl-headers/pkg-descr
Normal file
6
devel/mingw-opengl-headers/pkg-descr
Normal 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>
|
7
devel/mingw-opengl-headers/pkg-plist
Normal file
7
devel/mingw-opengl-headers/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user