summaryrefslogtreecommitdiff
path: root/x11/xfsinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfsinfo/Makefile')
-rw-r--r--x11/xfsinfo/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xfsinfo/Makefile b/x11/xfsinfo/Makefile
new file mode 100644
index 00000000000..07ab39fb83a
--- /dev/null
+++ b/x11/xfsinfo/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/07/02 22:56:38 rodent Exp $
+
+DISTNAME= xfsinfo-1.0.5
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Utility for displaying information about an X font server
+LICENSE= x11 # AND others
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libFS/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../devel/xorg-util-macros/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"