freebsd-ports/graphics/linux_glx/Makefile
Mark Linimon 57edda7c15 Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparently
3d@ has not been active in the FreeBSD community for some time now.

Reviewed by:	portmgr@FreeBSD.org (a month or so ago)
2004-01-12 00:20:59 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux_glx
# Date created: 27 November 1999
# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de>
#
# $FreeBSD$
#
PORTNAME= glx
PORTVERSION= 991127
CATEGORIES= graphics linux
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= 3d/glx/linux
PKGNAMEPREFIX= linux_
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries to make use of glx-aware Linux apps
BUILD_DEPENDS= /compat/linux/sbin/ldconfig:${PORTSDIR}/emulators/linux_base
USE_BZIP2= yes
NO_BUILD= yes
PREFIX= /compat/linux
NO_MTREE= yes
WRKSRC= ${WRKDIR}/linux_glx
# switch off stripping during INSTALL_PROGRAM
STRIP=
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} > 3
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
.include <bsd.port.post.mk>