diff options
author | joerg <joerg> | 2007-04-12 18:03:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-12 18:03:08 +0000 |
commit | 88ec6147ab8c46f20c2d6500612641ca3fd8d4c5 (patch) | |
tree | 0dc12fcbe6ce9adca53b4ef5014dbab08b64a3dd /x11/x11perf/Makefile | |
parent | ae5f9162a151c946f7fa6b9930c19f37231f96fb (diff) | |
download | pkgsrc-88ec6147ab8c46f20c2d6500612641ca3fd8d4c5.tar.gz |
Import x11perf-1.4.1.
This package provides x11perf performance test suite.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/x11perf/Makefile')
-rw-r--r-- | x11/x11perf/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/x11perf/Makefile b/x11/x11perf/Makefile new file mode 100644 index 00000000000..176157b11e8 --- /dev/null +++ b/x11/x11perf/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:03:08 joerg Exp $ +# + +DISTNAME= x11perf-1.4.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X11 server benchmark suite + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |