ccdbdb0970
Add missing bl3 files. From Richard Rauch in PR 25353. Bump PKGREVISION to 1.
23 lines
591 B
Makefile
23 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/05/13 12:59:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= freeglut-2.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeglut/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://freeglut.sourceforge.net/
|
|
COMMENT= Alternative to the OpenGL Utility Toolkit (GLUT) library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-replace-glut
|
|
USE_X11= yes
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|