freebsd-ports/www/googlebook_dl/Makefile
Alex Kozlov 7ca108f3bd Update maintainer email in my ports
Approved by:	eadler (mentor)
2012-03-02 23:43:45 +00:00

26 lines
522 B
Makefile

# New ports collection makefile for: googlebook_dl
# Date created: 2010-12-02
# Whom: <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}
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>