pkgsrc/converters/rss2html/Makefile
minskim caf8ba7c35 Update rss2html to 0.6.
Changes:
        - Logo support
        - Only remove files if they'r fetched.
        - Patch [CDATA tags
        - Add rss output
2004-02-19 16:46:44 +00:00

19 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/19 16:46:44 minskim Exp $
#
DISTNAME= rss2html-0.6
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"