freebsd-ports/multimedia/tivodecode/Makefile
Martin Wilke 7660e0b5e4 - Update to 0.2.p4
PR:		123983
Submitted by:	Yi-Hsuan Hsin <mhsin@mhsin.org> (maintainer)
2008-05-30 22:36:42 +00:00

26 lines
516 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.2pre4
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= mhsin@mhsin.org
COMMENT= Converts .TiVo files to normal MPEG files
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>