blob: 481932564287ac89431c856c5ee1e7f76eead4c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= googlebook_dl
PORTVERSION= 20150711
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>
|