freebsd-ports/multimedia/tv_grab_au/Makefile
Dirk Meyer 6e167c6c3a - add more MASTER_SITES
PR:		139065
Submitted by:	Sylvio Cesar
Feature safe:	yes
2009-09-26 04:46:30 +00:00

32 lines
928 B
Makefile

#
# 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= 2
CATEGORIES= multimedia
MASTER_SITES= http://www.tienza.es/crux/mirror/ \
http://www.onlinetractorparts.com.au/rohbags/xmltvau/
# DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= X 'tv_grab_au' is an XMLTV grabber for Australian TV programmes
RUN_DEPENDS= tv_check:${PORTSDIR}/textproc/p5-xmltv
NO_WRKSUBDIR= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} 's|/usr/share/xmltv|${PREFIX}/share/xmltv|' ${WRKDIR}/tv_grab_au
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/tv_grab_au ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/xmltv/tv_grab_au
${INSTALL_DATA} ${WRKDIR}/channel_ids ${PREFIX}/share/xmltv/tv_grab_au/channel_ids
.include <bsd.port.mk>