54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
35 lines
781 B
Makefile
35 lines
781 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= 3
|
|
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_AUTOTOOLS= automake:14 autoconf:253 libtool:13:inc
|
|
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>
|