summaryrefslogtreecommitdiff
path: root/news/nn/Makefile
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-10-02 19:27:48 +0000
committerAdam David <adam@FreeBSD.org>1994-10-02 19:27:48 +0000
commit9f80bce7187ab78aa5f93b5ba0660bc2a76f1584 (patch)
treecda3e76d588715aad8dff5386bf6c5bc570bea1d /news/nn/Makefile
parentadded /usr/local/bin to newspath (diff)
NN newsreader with NOV support
nnmaster is installed but not used by default
Notes
Notes: svn path=/head/; revision=156
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r--news/nn/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
new file mode 100644
index 000000000000..5996341cbc69
--- /dev/null
+++ b/news/nn/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: nn
+# Version required: 6.5.0
+# Date created: 24 September 1994
+# Whom: adam
+#
+# $Id$
+#
+
+DISTNAME= nn-6.5.0.b3
+MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/
+
+pre-configure:
+ @cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h
+ @cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h
+
+install: all
+ @cd ${WRKSRC}; ./inst s
+
+.include <bsd.port.mk>