18 lines
396 B
Makefile
18 lines
396 B
Makefile
# $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"
|