aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux_glx
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-06-17 22:59:29 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-06-17 22:59:29 +0000
commit23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch)
treefa03305e656151ebe33c7e94eacc947b13d1c273 /graphics/linux_glx
parentb347391f9ad81dd1ebc74b80d713888404b304bd (diff)
downloadports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz
ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip
Notes
Diffstat (limited to 'graphics/linux_glx')
-rw-r--r--graphics/linux_glx/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile
index 0a9c33a1abb5..8dc9521a2e28 100644
--- a/graphics/linux_glx/Makefile
+++ b/graphics/linux_glx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glx
PORTVERSION= 991127
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics linux
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= 3d/glx/linux
@@ -17,17 +17,15 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Libraries to make use of glx-aware Linux apps
-BUILD_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base-8
+BUILD_DEPENDS= ${LINUX_BASE_PORT}
USE_BZIP2= yes
NO_BUILD= yes
+USE_LINUX= yes
USE_LINUX_PREFIX=yes
-NO_MTREE= yes
WRKSRC= ${WRKDIR}/linux_glx
-# switch off stripping during INSTALL_PROGRAM
-STRIP=
.include <bsd.port.pre.mk>
@@ -35,13 +33,11 @@ STRIP=
IGNORE= "Requires XFree86 3.3.* - will not work with XFree86 4.*"
.endif
-# NEVER EVER use plain INSTALL_PROGRAM on Linux binaries,
-# as they get stripped!
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libGL.so ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/libGLU.so ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/libglut.so ${PREFIX}/lib
post-install:
- @ ${PREFIX}/sbin/ldconfig
+ @${LINUXBASE}/sbin/ldconfig
.include <bsd.port.post.mk>