2015-04-03 03:57:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2015/04/03 01:57:40 tnn Exp $
|
2002-12-05 16:20:22 +01:00
|
|
|
|
2015-04-03 03:57:40 +02:00
|
|
|
DISTNAME= mesa-demos-8.2.0
|
|
|
|
PKGNAME= ${DISTNAME:S/mesa-demos/MesaDemos/}
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2006-08-01 23:40:19 +02:00
|
|
|
|
2015-04-03 03:57:40 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://cgit.freedesktop.org/mesa/demos/
|
|
|
|
COMMENT= OpenGL examples and Demos
|
|
|
|
#LICENSE= # Similar to mit but with SGI advertising clause.
|
2002-12-05 16:20:22 +01:00
|
|
|
|
2015-04-03 03:57:40 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_LANGUAGES= c c++
|
2006-12-27 14:37:35 +01:00
|
|
|
|
2015-04-03 03:57:40 +02:00
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
.include "../../graphics/glew/buildlink3.mk"
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
|
|
.include "../../graphics/glut/buildlink3.mk"
|
2002-12-05 16:20:22 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|