tscrape reads the Twitter HTML page and scrapes the data into a TAB-separated format to stdout.
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/02/22 21:23:29 leot Exp $
|
|
|
|
DISTNAME= tscrape-0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://codemadness.org/releases/tscrape/
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= http://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"
|