summaryrefslogtreecommitdiff
path: root/news/xrn/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-29 21:54:49 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-29 21:54:49 +0000
commit631b01e12cbb3afaa4ac6e190b4ac1c758870664 (patch)
tree38268790a374c4c946f3a32bbc70f527f303182a /news/xrn/Makefile
parent4afffc3a12173cbdf2ff27ae87a8ef49b4a06e55 (diff)
downloadpkgsrc-631b01e12cbb3afaa4ac6e190b4ac1c758870664.tar.gz
Initial addition of xrn-9.01, a Usenet News reader for the X window system.
Diffstat (limited to 'news/xrn/Makefile')
-rw-r--r--news/xrn/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile
new file mode 100644
index 00000000000..7f73c0c6066
--- /dev/null
+++ b/news/xrn/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1998/08/29 21:54:49 frueauf Exp $
+#
+
+DISTNAME= 9.01
+PKGNAME= xrn-9.01
+CATEGORIES= news x11
+MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.mit.edu/people/jik/software/xrn.html
+
+DIST_SUBDIR= xrn
+
+USE_IMAKE= yes
+NO_WRKSUBDIR= yes
+
+pre-install:
+ ${MKDIR} ${X11BASE}/share/doc/xrn
+.for file in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${X11BASE}/share/doc/xrn
+.endfor
+
+.include "../../mk/bsd.pkg.mk"