mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5d6a8e4ab8
- Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview
27 lines
471 B
Makefile
27 lines
471 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= BSD2CLAUSE
|
|
|
|
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>
|