pkgsrc/graphics/dxsamples/Makefile
rillig 102c17a1e8 graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:37:52 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.30 2019/11/02 22:37:55 rillig Exp $
DISTNAME= dxsamples-4.4.0
CATEGORIES= graphics
MASTER_SITES= http://opendx.npaci.edu/source/
MAINTAINER= pkgsrc-users@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_TOOLS+= gmake makeinfo
CONFIGURE_ARGS+= MAKEINFO=${TOOLS_PATH.makeinfo}
.include "../../mk/bsd.pkg.mk"