pkgsrc/graphics/Mesa/Makefile

27 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.32 2000/04/04 12:17:45 tron Exp $
#
DISTNAME= MesaLib-3.1
PKGNAME= Mesa-3.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \
http://download.sourceforge.net/mesa3d/
EXTRACT_SUFX= .tar.bz2
# MesaDemos is needed for glut
DISTFILES= MesaLib-3.1${EXTRACT_SUFX} \
MesaDemos-3.1${EXTRACT_SUFX}
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html
CONFLICTS= Mesa-glx-*
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
# XXX our pkglibtool is too old
#USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"