summaryrefslogtreecommitdiff
path: root/x11/x11perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/x11perf/Makefile')
-rw-r--r--x11/x11perf/Makefile23
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"