00e9cdadbc
pretty-prints the output of www.tvguide.com without all the annoying ads. Obtained from: freshmeat posting
26 lines
459 B
Makefile
26 lines
459 B
Makefile
# New ports collection makefile for: tvguide
|
|
# Date created: 19 November 2000
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tvguide
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cherrynebula.net/downloads/
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tvguide ${PREFIX}/bin
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|