summaryrefslogtreecommitdiff
path: root/converters/rss2html/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-16 02:00:34 +0000
committerminskim <minskim>2004-02-16 02:00:34 +0000
commitf48a1e8266e61e6f97d375895bd263e457bfe571 (patch)
treeb9c3cf7f560d4e9cee2859dcb72ebfdf5e56a261 /converters/rss2html/Makefile
parent642ae42405e872cd46ac8a948fafd40b45685395 (diff)
downloadpkgsrc-f48a1e8266e61e6f97d375895bd263e457bfe571.tar.gz
Import rss2html from pkgsrc-wip. Packaged by pancake at phreaker dot
net, and slightly modified by me. Rss2Html is a simple converter to see Rss/Rdf/Xml news databases into html on console mode, or embedded on a web page. i.e: $ rss2html http://slashdot.org/index.rss | lynx -stdin
Diffstat (limited to 'converters/rss2html/Makefile')
-rw-r--r--converters/rss2html/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile
new file mode 100644
index 00000000000..c0936acd8a4
--- /dev/null
+++ b/converters/rss2html/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $
+#
+
+DISTNAME= rss2html-0.5
+CATEGORIES= converters
+MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://www.nopcode.org/?t=rss2html
+COMMENT= RSS to HTML converter
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+
+INSTALLATION_DIRS+= bin
+
+.include "../../mk/bsd.pkg.mk"