summaryrefslogtreecommitdiffstats
path: root/graphics/libGLU/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-06 00:43:42 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-06 00:43:42 +0800
commit81bc0d7a1183280c61c6070ad46127c593a10073 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /graphics/libGLU/Makefile
parent54fa95c46cbb7b627c18a067d804f9c1e0b30a58 (diff)
downloadxorg-devel-ports-xorg-dev.tar.gz
xorg-devel-ports-xorg-dev.tar.zst
xorg-devel-ports-xorg-dev.zip
- Move ports/branches/xorg-dev to ports/trunk/xorg-dev
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@388 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGLU/Makefile')
-rw-r--r--graphics/libGLU/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
deleted file mode 100644
index 0a19926..0000000
--- a/graphics/libGLU/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: libGLU
-# Date created: 7 May 2004
-# Whom: anholt@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= libGLU
-PORTVERSION= ${MESAVERSION}
-CATEGORIES= graphics
-
-COMMENT= OpenGL utility library
-
-USE_GL= gl
-USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
-
-do-install:
- @${MKDIR} ${PREFIX}/include/GL/
- cd ${WRKSRC}/src/glu; ${GMAKE} install
- ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/
- cd ${WRKSRC}/src/glu; ${GMAKE} install
-
-.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
-.include <bsd.port.mk>