1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/googlebook_dl/Makefile
Alex Kozlov 79ea4fb2e9 www/googlebook_dl: Update to 20221117
- Add GDPR support

Reported by:	Mark Anderes <a*****89@gmail.com>
2022-11-20 14:00:26 +00:00

24 lines
430 B
Makefile

PORTNAME= googlebook_dl
PORTVERSION= 20221117
CATEGORIES= www
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ak@FreeBSD.org
COMMENT= Command-line utility for downloading books from Google Books
LICENSE= BSD2CLAUSE
RUN_DEPENDS= wget:ftp/wget
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>