2009-09-14 11:23:33 +02:00
|
|
|
# New ports collection makefile for: graphics/linux-libGLU
|
2006-11-06 15:15:28 +01:00
|
|
|
# Date created: 06 Nov 2006
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libGLU
|
|
|
|
PORTVERSION= 6.8.2
|
2009-09-14 11:23:33 +02:00
|
|
|
PORTREVISION= 3
|
2006-11-06 15:15:28 +01:00
|
|
|
CATEGORIES= graphics linux
|
2006-11-07 22:38:48 +01:00
|
|
|
DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION}
|
|
|
|
SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
|
2006-11-06 15:15:28 +01:00
|
|
|
|
2009-09-14 11:23:33 +02:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
2006-11-06 15:15:28 +01:00
|
|
|
COMMENT= OpenGL utility library (Linux version)
|
|
|
|
|
2009-09-14 11:23:33 +02:00
|
|
|
CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* linux-f10-libGLU-[0-9]* linux-dri-[0-9]* \
|
2009-06-02 23:15:40 +02:00
|
|
|
linux-f8-dri-[0-9]* linux-f10-dri-[0-9]*
|
2006-11-06 15:15:28 +01:00
|
|
|
|
2006-11-07 22:38:48 +01:00
|
|
|
RPMVERSION= 37.FC4.49.2.1
|
2006-11-06 15:15:28 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_LINUX_RPM= yes
|
|
|
|
LINUX_DIST_VER= 4
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-11-06 15:15:28 +01:00
|
|
|
AUTOMATIC_PLIST=yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|