freebsd-ports/multimedia/tv_grab_au/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
816 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= 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>