freebsd-ports/multimedia/tivodecode/Makefile
Ion-Mihai Tetcu 7bd84681e1 This software converts a .TiVo file (produced by the TiVoToGo functionality
on recent TiVo software releases) to a normal MPEG file. This has the same
functionality as using TiVo's supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to different architectures and
operating systems, and runs on the command line using files or pipes. The
conversion still requires the valid MAK of the TiVo which recorded the file,
so it cannot be used to circumvent their protection, simply to provide the
same level of access as is already available on Windows.

WWW: http://tivodecode.sourceforge.net/

PR:		ports/107409
Submitted by:	Yi-Hsuan Hsin <mhsin at mhsin.org>
2007-01-01 21:07:25 +00:00

35 lines
754 B
Makefile

# New ports collection makefile for: tivodecode
# Date created: 2007-01-01
# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org>
#
# $FreeBSD$
#
PORTNAME= tivodecode
DISTVERSION= 0.1.4
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= mhsin@mhsin.org
COMMENT= Converts .TiVo files to normal MPEG files
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-tivo-parse.c
.endif
post-patch:
${REINPLACE_CMD} -e 's/CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/objects.dir/tivodecode ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>