freebsd-ports/multimedia/katchtv/Makefile
Ion-Mihai Tetcu 729244c0d0 KatchTV is an "Internet TV" application (for KDE). KatchTV makes it easy
to subscribe to "TV" channels from all over the internet in the form
of podcasts, so that you can browse channels, download shows, and watch
them, all from one convenient interface.

Author:	Lee Braiden <lee.b@digitalunleashed.com>
WWW:	http://www.digitalunleashed.com/giving.php

PR:		ports/96655
Submitted by:	Nicola Vitale	<nivit@email.it>
Approved by:	lawrance (mentor, implicit)
2006-06-10 13:12:41 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: katchtv
# Date created: 2006-05-02
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= katchtv
PORTVERSION= 1.0
CATEGORIES= multimedia kde python
MASTER_SITES= http://www.digitalunleashed.com/downloads/${PORTNAME}/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}_latest_release
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= An Internet TV application (for KDE)
RUN_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde \
kaffeine:${PORTSDIR}/multimedia/kaffeine
NO_BUILD= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/KatchTV
FIND_DELETE= -type f \( -name "README*" -or -name "LICENSE*" -or -name MANIFEST -or -name TODO -or -name ChangeLog -or -name PKG-INFO \)
FIND_DIRS= -type d
FIND_DATA= -type f
LN_OPTS= -sf
KATCHTV_SCRIPT= KatchTV
post-extract:
cd ${WRKSRC} && ${FIND} . ${FIND_DELETE} -delete
do-install:
cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} ";"
cd ${WRKSRC} && ${FIND} . ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
${INSTALL_SCRIPT} ${WRKSRC}/${KATCHTV_SCRIPT} ${DATADIR}/${KATCHTV_SCRIPT}
${LN} ${LN_OPTS} ${DATADIR}/${KATCHTV_SCRIPT} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>