4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
36 lines
793 B
Makefile
36 lines
793 B
Makefile
# New ports collection makefile for: glide3
|
|
# Date created: 31 Mar 2001
|
|
# Whom: Nick Sayer <nsayer@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= driglide
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-servers
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= anholt/driglide/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_INC_LIBTOOL_VER= 13
|
|
USE_AUTOMAKE_VER= 14
|
|
USE_AUTOCONF_VER= 213
|
|
AUTOMAKE_ARGS= -a
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp
|
|
# Not yet ported to Alpha.
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
# Glide DOES NOT work with CFLAGS greater than -O2
|
|
CFLAGS+= -O
|
|
|
|
pre-configure:
|
|
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
|
|
|
.include <bsd.port.mk>
|