forked from Lainports/freebsd-ports
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
20 lines
441 B
Makefile
20 lines
441 B
Makefile
PORTNAME= tivodecode
|
|
DISTVERSION= 0.2pre4
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.2pre4
|
|
|
|
MAINTAINER= mhsin@mhsin.org
|
|
COMMENT= Converts .TiVo files to normal MPEG files
|
|
WWW= https://tivodecode.sourceforge.net/
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING \
|
|
${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|