1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/linux_glide/Makefile
Hidetoshi Shimokawa 9066a27456 Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
1999-01-06 04:27:56 +00:00

39 lines
886 B
Makefile

# New ports collection makefile for: linux_glide
# Version required: 2.4
# Date created: Oct, 8, 1998
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $Id: Makefile,v 1.2 1998/12/05 00:03:09 asami Exp $
#
#
DISTNAME= linux_glide_2_4
PKGNAME= linux_glide-2.4
CATEGORIES= emulators graphics
MASTER_SITES= http://www.3dfx.com/software/ \
ftp://ftp.3dfx.com/pub/glide/
MAINTAINER= cracauer@cons.org
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
ONLY_FOR_ARCHS= i386
PREFIX= /compat/linux/usr
NO_MTREE= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Glide2.4
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
do-install:
@zcat ${WRKSRC}/dist.tar.gz | \
(cd ${PREFIX}; tar fx - lib include bin/test00)
${MV} ${PREFIX}/bin/test00 ${PREFIX}/bin/test-glide
post-install:
-/compat/linux/sbin/ldconfig
.include <bsd.port.mk>