pkgsrc/www/tscrape/Makefile
leot d0dbf4477f tscrape: Update to 0.5
pkgsrc changes:
 - Remove patch that was backported from upstream Git HEAD

0.5
---
 - Use a <pre> section per feed for tscrape_html
 - Ignore possible consecutive `js-stream-item' when parsing a single tweet:
   previously some tweets could be accidentally not parsed
 - Misc bug fixes and improvements
2020-05-04 15:40:06 +00:00

18 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/05/04 15:40:06 leot Exp $
DISTNAME= tscrape-0.5
CATEGORIES= www
MASTER_SITES= http://codemadness.org/releases/tscrape/
MAINTAINER= leot@NetBSD.org
HOMEPAGE= https://codemadness.org/git/tscrape/file/README.html
COMMENT= Twitter scraper
LICENSE= isc
USE_LANGUAGES= c99
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= CC=${CC:Q}
.include "../../mk/bsd.pkg.mk"