summaryrefslogtreecommitdiffstats
path: root/misc/tvguide/Makefile
blob: 1d98a359149c2f617edd0d5297f7eb0104aab2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	tvguide
# Date created:			19 November 2000
# Whom:				Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=	tvguide
PORTVERSION=	1.6.1
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	http://www.cherrynebula.net/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl script to pretty-print TV Guide listings from www.tvguide.com

RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget

NO_BUILD=	YES
PLIST_FILES=	bin/tvguide

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/tvguide ${PREFIX}/bin

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud