diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-11-06 22:15:28 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-11-06 22:15:28 +0800 |
commit | fe41a4fb75c686c9c4bc4e4efd53f9f72db55b82 (patch) | |
tree | 43f3ff578027ea00fc799ba6f32b76570f71bab4 /graphics/linux-libGLU | |
parent | a267d13a17cd89247081c0c5ad49a90df661c3af (diff) | |
download | freebsd-ports-graphics-fe41a4fb75c686c9c4bc4e4efd53f9f72db55b82.tar.gz freebsd-ports-graphics-fe41a4fb75c686c9c4bc4e4efd53f9f72db55b82.tar.zst freebsd-ports-graphics-fe41a4fb75c686c9c4bc4e4efd53f9f72db55b82.zip |
Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not
provide libGL.so and is therefore useful for nvidia users (since
x11/nvidia-driver already provides libGL.so). That is, to express a
dependency on libGLU, do this:
.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
.else
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri
.endif
Diffstat (limited to 'graphics/linux-libGLU')
-rw-r--r-- | graphics/linux-libGLU/Makefile | 25 | ||||
-rw-r--r-- | graphics/linux-libGLU/distinfo.i386 | 3 |
2 files changed, 28 insertions, 0 deletions
diff --git a/graphics/linux-libGLU/Makefile b/graphics/linux-libGLU/Makefile new file mode 100644 index 00000000000..b20e6f03b3c --- /dev/null +++ b/graphics/linux-libGLU/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: linux-libGLU +# Date created: 06 Nov 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libGLU +PORTVERSION= 6.8.2 +CATEGORIES= graphics linux +DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-37.FC4.49.2.1 + +MAINTAINER= jylefort@FreeBSD.org +COMMENT= OpenGL utility library (Linux version) + +CONFLICTS= linux_dri-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX_RPM= yes +LINUX_DIST_VER= 4 +INSTALLS_SHLIB= yes +AUTOMATIC_PLIST=yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> diff --git a/graphics/linux-libGLU/distinfo.i386 b/graphics/linux-libGLU/distinfo.i386 new file mode 100644 index 00000000000..d2f92b31528 --- /dev/null +++ b/graphics/linux-libGLU/distinfo.i386 @@ -0,0 +1,3 @@ +MD5 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 28ac6b580d3a22c02af34f96cfa1ee85 +SHA256 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 0604f21cd8f134426738f989866a5a0125e8978c62e0899786c7bb5d95d7ec73 +SIZE (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 284523 |