a804ba5413
This is a minor maintainance and bug fix release. Adam Jackson (1): tests: Fix thinko in minpixwin50 Alan Coopersmith (4): Update minpixwin info in man page to match implemenation Update README for gitlab migration Update configure.ac bug URL for gitlab migration x11perf 1.6.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Niveditha Rau (1): Add new options from 1.6.0 release to man page Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Klausner (1): Make NameFromFormat() const.
21 lines
558 B
Makefile
21 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/03/17 11:12:51 wiz Exp $
|
|
|
|
DISTNAME= x11perf-1.6.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 server benchmark suite
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|