17 lines
418 B
Makefile
17 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/04/20 22:11:48 drochner Exp $
|
|
|
|
DISTNAME= dxsamples-4.3.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://opendx.npaci.edu/source/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.research.ibm.com/dx/
|
|
COMMENT= Sample data for Open Visualization Data Explorer
|
|
|
|
DEPENDS+= dx-[0-9]*:../../graphics/dx
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11BASE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|