aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tv_grab_au/Makefile
blob: dcf6a590abdd98d6096bcc6d8f3e75dfb5ed4571 (plain) (blame)
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
29
30
#
# Ports collection makefile for:        tv-grab-au
# Date created:                         27 February 2007
# Whom:                                 Greg Lehey <grog@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	tv_grab_au
PORTVERSION=	0.6.2
PORTREVISION=	1
CATEGORIES=	multimedia
MASTER_SITES=	http://www.onlinetractorparts.com.au/rohbags/xmltvau/
# DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	grog@FreeBSD.org
COMMENT=	X 'tv_grab_au' is an XMLTV grabber for Australian TV programmes

RUN_DEPENDS=	tv_check:${PORTSDIR}/textproc/p5-xmltv

BROKEN=		Incomplete pkg-plist

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-install:
		${INSTALL} ${WRKDIR}/tv_grab_au ${PREFIX}/bin
		${MKDIR} ${PREFIX}/share/p5-xmltv/tv_grab_au
		${INSTALL} ${WRKDIR}/channel_ids ${PREFIX}/share/p5-xmltv/tv_grab_au/channel_ids

.include <bsd.port.mk>