1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/googlebook_dl/Makefile

24 lines
457 B
Makefile

# Created by: <spam@rm-rf.kiev.ua>
# $FreeBSD$
PORTNAME= googlebook_dl
PORTVERSION= 20100502
CATEGORIES= www
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ak@FreeBSD.org
COMMENT= A command-line utility for downloading books from Google Books
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>