freebsd-ports/www/googlebook_dl/Makefile
Bryan Drewery 77197dd811 - Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.

With hat:	portmgr
2013-12-10 19:47:42 +00:00

26 lines
464 B
Makefile

# $FreeBSD$
PORTNAME= googlebook_dl
PORTVERSION= 20120817
PORTREVISION= 1
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_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>