blob: 7a4a32a5acb73da9c102e4575043dc5c79133fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:09 tv Exp $
#
DISTNAME= rss2html-0.7.1
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_GNU_TOOLS+= make
INSTALLATION_DIRS+= bin
.include "../../mk/bsd.pkg.mk"
|