summaryrefslogtreecommitdiff
path: root/converters/rss2html/Makefile
blob: 39f22516dfe2167e13f3e664fa60adeb58277497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.15 2010/01/17 12:02:08 wiz Exp $
#

DISTNAME=		rss2html-0.8.2
PKGREVISION=		2
CATEGORIES=		converters
MASTER_SITES=		ftp://ftp.nopcode.org/prj/rss2html/

MAINTAINER=		pancake@phreaker.net
HOMEPAGE=		http://www.nopcode.org/blog/rss2html.html
COMMENT=		RSS to HTML converter

PKG_INSTALLATION_TYPES=	overwrite pkgviews
GNU_CONFIGURE=	YES
USE_TOOLS+=		gmake

INSTALLATION_DIRS+=	bin

LIBS.SunOS+=		-lnsl -lsocket
MAKE_ENV+=		LIBS=${LIBS:M*:Q}

.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"