ea53545d56
Newsbeuter is an open-source RSS/Atom feed reader for text terminals. It runs on Linux, FreeBSD, Mac OS X and other Unix-like operating systems. Newsbeuter's great configurability and vast number of features make it a perfect choice for people that need a slick and fast feed reader that can be completely controlled via keyboard. It's the Mutt of RSS feed readers. Originally packaged in pkgsrc-wip by Claudio M. Alessi.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/24 09:27:09 leot Exp $
|
|
|
|
DISTNAME= newsbeuter-2.9
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://www.newsbeuter.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.newsbeuter.org/
|
|
COMMENT= Open-source RSS/Atom feed reader for text terminals
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config msgfmt perl
|
|
USE_GNU_ICONV= yes
|
|
USE_NCURSES= yes
|
|
|
|
REPLACE_PERL+= txt2h.pl
|
|
|
|
INSTALL_MAKE_FLAGS+= prefix=${PREFIX} mandir=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Linux"
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-build
|
|
SUBST_MESSAGE.makefile= Fixing distribution Makefile...
|
|
SUBST_FILES.makefile= ${MAKE_FILE}
|
|
SUBST_SED.makefile= -e 's/^ifneq.*//; s/^endif.*//'
|
|
.endif
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
|
.include "../../textproc/json-c/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../devel/stfl/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|