aboutsummaryrefslogtreecommitdiff
path: root/news/newsfetch/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-09-12 18:28:07 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-09-12 18:28:07 +0000
commit66a0c024ee3c713ff95dabcf6f85e0260b83b408 (patch)
treedc75c07b638312670766f529891328ab02c6be05 /news/newsfetch/Makefile
parenta1ce6ae466d18a8b9cfd292926416d330c2f5253 (diff)
downloadports-66a0c024ee3c713ff95dabcf6f85e0260b83b408.tar.gz
ports-66a0c024ee3c713ff95dabcf6f85e0260b83b408.zip
Notes
Diffstat (limited to 'news/newsfetch/Makefile')
-rw-r--r--news/newsfetch/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
new file mode 100644
index 000000000000..44605e6aa62f
--- /dev/null
+++ b/news/newsfetch/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: newsfetch
+# Version required: 1.0
+# Date created: 12 September 1997
+# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
+#
+# $Id$
+#
+
+DISTNAME= newsfetch-1.0
+CATEGORIES= news
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/news/readers
+
+MAINTAINER= itojun@itojun.org
+
+MAN1= newsfetch.1
+MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
+
+.include <bsd.port.mk>