228ab58873
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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>
|