Inspirerd by PR#39887. Pkgsrc changes: * Allow NetBSD>=5 cuurses * LICENS=gnu-gpl-v2 Changes: i(not available for 1.5.11, but it seems small changes). Version 1.5.10 released 2008-07-28, 09:40 GMT - shift+t now force reloads a selected feed, ignoring the last modified value - Added a lot of OpenBSD supplied patches (Martynas Venckus) - net-support.c: HTTP header only needs to be ASCII in the token - conversions.c: Determine output charset with nl_langinfo() - xmlparse.c: Convert feed title to target charset, too. Should probaly be in interface.c - main.c, interface.h, interface.c: Add a signal handler for resizing to work on many other ncurses implementations
35 lines
988 B
Makefile
35 lines
988 B
Makefile
# $NetBSD: Makefile,v 1.34 2009/06/01 11:56:43 obache Exp $
|
|
|
|
DISTNAME= snownews-1.5.11
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://kiza.kcore.de/software/snownews/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kiza.kcore.de/software/snownews/
|
|
COMMENT= Small, curses based RSS feed reader
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt perl
|
|
|
|
REPLACE_PERL+= configure opml2snow
|
|
|
|
CONFIG_SHELL= perl
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
MAKE_ENV+= EXTRA_CFLAGS=${CFLAGS:Q}
|
|
|
|
post-configure:
|
|
${ECHO} LOCALEPATH=${PREFIX}/${PKGLOCALEDIR}/locale >> ${WRKSRC}/platform_settings
|
|
${ECHO} MANPATH=${PREFIX}/${PKGMANDIR} >> ${WRKSRC}/platform_settings
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|