mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32 lines
761 B
Makefile
32 lines
761 B
Makefile
|
# New ports collection makefile for: linux_glx
|
||
|
# Version required: CVS
|
||
|
# Date created: 27 November 1999
|
||
|
# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= linux_glx-991127
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= http://www.freebsd.org/~3d/distfiles/glx/linux/
|
||
|
|
||
|
MAINTAINER= 3d@freebsd.org
|
||
|
|
||
|
USE_BZIP2= yes
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
PREFIX= /compat/linux
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/linux_glx
|
||
|
# switch off stripping durin INSTALL_PROGRAM
|
||
|
STRIP=
|
||
|
|
||
|
# NEVER EVER use plain INSTALL_PROGRAM on Linux binaries,
|
||
|
# as they get stripped!
|
||
|
post-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/libGL.so ${PREFIX}/lib
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/libGLU.so ${PREFIX}/lib
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/libglut.so ${PREFIX}/lib
|
||
|
|
||
|
.include <bsd.port.mk>
|