summaryrefslogtreecommitdiff
path: root/graphics/linux_glide/Makefile
blob: 19f307d83a9b26a751d3420aa84d3d870139b4e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    linux_glide
# Date created:         Oct, 8, 1998
# Whom:                 cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
#

PORTNAME=	glide
PORTVERSION=	2.4
CATEGORIES=	graphics linux
MASTER_SITES=	ftp://ftp.3dfx.com/pub/glide/
PKGNAMEPREFIX=	linux_
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}_2_4

MAINTAINER=	cracauer@cons.org
COMMENT=	Linux library implementing the GLIDE interface to 3dfx video cards

ONLY_FOR_ARCHS=	i386

USE_LINUX_PREFIX=yes
NO_MTREE=	yes
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/Glide2.4

do-install:
	@zcat ${WRKSRC}/dist.tar.gz | \
		(cd ${PREFIX}/usr; tar fx - lib include bin/test00)
	${MV} ${PREFIX}/usr/bin/test00 ${PREFIX}/usr/bin/test-glide

post-install:
	-/compat/linux/sbin/ldconfig

.include <bsd.port.mk>