freebsd-ports/misc/tvguide/Makefile
Donald Burr 00e9cdadbc 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
2000-11-20 00:49:55 +00:00

25 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>