mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
79ea4fb2e9
- Add GDPR support Reported by: Mark Anderes <a*****89@gmail.com>
24 lines
430 B
Makefile
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>
|