2000-11-20 01:49:55 +01:00
|
|
|
# New ports collection makefile for: tvguide
|
|
|
|
# Date created: 19 November 2000
|
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tvguide
|
|
|
|
PORTVERSION= 1.6.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-11-20 01:49:55 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.cherrynebula.net/downloads/
|
|
|
|
|
2005-03-17 17:42:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl script to pretty-print TV Guide listings from www.tvguide.com
|
2000-11-20 01:49:55 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/tvguide
|
2000-11-20 01:49:55 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tvguide ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|