diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-16 19:43:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-16 19:43:09 +0000 |
commit | 6c2bd839bdf668c10def17d00bc8ef61daa391d5 (patch) | |
tree | 8cd56f8552e9e37b12948bf6484a884cb9cb75e8 /devel/mingw-opengl-headers | |
parent | bb9b15d32ff00f5d7aa2c90d30ff1e05354ca680 (diff) | |
download | ports-6c2bd839bdf668c10def17d00bc8ef61daa391d5.tar.gz ports-6c2bd839bdf668c10def17d00bc8ef61daa391d5.zip |
Notes
Diffstat (limited to 'devel/mingw-opengl-headers')
-rw-r--r-- | devel/mingw-opengl-headers/Makefile | 36 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/distinfo | 1 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/pkg-comment | 1 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/pkg-descr | 6 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/pkg-plist | 7 |
5 files changed, 51 insertions, 0 deletions
diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile new file mode 100644 index 000000000000..ebb91f0fd601 --- /dev/null +++ b/devel/mingw-opengl-headers/Makefile @@ -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> diff --git a/devel/mingw-opengl-headers/distinfo b/devel/mingw-opengl-headers/distinfo new file mode 100644 index 000000000000..256eb941e06e --- /dev/null +++ b/devel/mingw-opengl-headers/distinfo @@ -0,0 +1 @@ +MD5 (mingw/opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3 diff --git a/devel/mingw-opengl-headers/pkg-comment b/devel/mingw-opengl-headers/pkg-comment new file mode 100644 index 000000000000..5a1bbd4336ee --- /dev/null +++ b/devel/mingw-opengl-headers/pkg-comment @@ -0,0 +1 @@ +OpenGL headers from Microsoft(TM) for Windows development with Mingw diff --git a/devel/mingw-opengl-headers/pkg-descr b/devel/mingw-opengl-headers/pkg-descr new file mode 100644 index 000000000000..ca8ea380e134 --- /dev/null +++ b/devel/mingw-opengl-headers/pkg-descr @@ -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> diff --git a/devel/mingw-opengl-headers/pkg-plist b/devel/mingw-opengl-headers/pkg-plist new file mode 100644 index 000000000000..976fda12cce0 --- /dev/null +++ b/devel/mingw-opengl-headers/pkg-plist @@ -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 |