From 5ebd53c504c62c804bbce1dfaa766808ecb6997c Mon Sep 17 00:00:00 2001 From: dburr Date: Mon, 20 Nov 2000 00:49:55 +0000 Subject: Import of new port misc/tvguide, a cute little perl script that pretty-prints the output of www.tvguide.com without all the annoying ads. Obtained from: freshmeat posting --- misc/tvguide/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 misc/tvguide/Makefile (limited to 'misc/tvguide/Makefile') diff --git a/misc/tvguide/Makefile b/misc/tvguide/Makefile new file mode 100644 index 000000000000..12476cbaede1 --- /dev/null +++ b/misc/tvguide/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tvguide +# Date created: 19 November 2000 +# Whom: Donald Burr +# +# $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 -- cgit