summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-05-24 11:07:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-05-24 11:07:13 +0000
commit789e826fff4a050f5be31c69fc75eca8384e43bb (patch)
tree2db391925cd8488b1fdb62262d4579655b66d13e /news
parentUpdate lang/ruby to 1.6.4-preview3. (diff)
- New Port to build a package linked with cnews
- Suck is used as master-port
Notes
Notes: svn path=/head/; revision=43001
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/suck-cnews/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index ec4da446124e..2cdca185f57c 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -43,6 +43,7 @@
SUBDIR += slrn
SUBDIR += slurp
SUBDIR += suck
+ SUBDIR += suck-cnews
SUBDIR += t-gnus-emacs20
SUBDIR += t-gnus-mule
SUBDIR += t-gnus-xemacs21-mule
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile
new file mode 100644
index 000000000000..a5733619604d
--- /dev/null
+++ b/news/suck-cnews/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: suck (cnews)
+# Date created: 22 May 2001
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../suck
+
+NEWSBIN?= ${PREFIX}/news/cnewsbin
+NEWSCTL?= ${PREFIX}/news/lib
+
+.include "${MASTERDIR}/Makefile"