summaryrefslogtreecommitdiff
path: root/x11/xmore/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-10 13:47:04 +0000
committerjoerg <joerg>2007-04-10 13:47:04 +0000
commit18adaeef8a84adef9be239798b069272ab4c4dea (patch)
tree7c4ac747901e89fc5ec9e3217ba1a986ed596c6e /x11/xmore/Makefile
parente8b9e1c2767387a425acd7048c19c94322c17b05 (diff)
downloadpkgsrc-18adaeef8a84adef9be239798b069272ab4c4dea.tar.gz
Import xmore-1.0.1.
This package provides xmore, a program to display plain text. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xmore/Makefile')
-rw-r--r--x11/xmore/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile
new file mode 100644
index 00000000000..6c2fad8396c
--- /dev/null
+++ b/x11/xmore/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:47:04 joerg Exp $
+#
+
+DISTNAME= xmore-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= Plain text browser
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"