freebsd-ports/www/googlebook_dl/Makefile
Alex Kozlov e4f71f27d5 - Update to 20120817
- Support STAGEDIR
- Remove indefinite article from COMMENT
2013-10-21 11:23:56 +00:00

24 lines
435 B
Makefile

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