summaryrefslogtreecommitdiff
path: root/x11/appres/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-07 15:03:08 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-07 15:03:08 +0000
commit08f25e7107c695dddc7d6317bbd653df54220c34 (patch)
tree8af89d4d55d06995357dc6cb2ccc3c02179b0a4f /x11/appres/Makefile
parent8dd93de9692217e706c2607cd1e95e47da10f88d (diff)
downloadpkgsrc-08f25e7107c695dddc7d6317bbd653df54220c34.tar.gz
Import appres-1.0.1.
The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/appres/Makefile')
-rw-r--r--x11/appres/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile
new file mode 100644
index 00000000000..49e124ddfb0
--- /dev/null
+++ b/x11/appres/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/07 15:03:08 joerg Exp $
+#
+
+DISTNAME= appres-1.0.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= Print resources seen by an application
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"