mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Bump PORTREVISION for LICENSE adding
- Add USES shebangfix and SHEBANG_FILES, remove obsolete REINPLACE - Remove INSTALL and TODO from DOCS - Support STAGEDIR - Add DOCS Option - Change pkg-descr, cosmetical changes PR: ports/179149 Submitted by: nemysis (self)
This commit is contained in:
parent
b307e9e6ef
commit
7c69ed2b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351678
@ -3,37 +3,34 @@
|
||||
|
||||
PORTNAME= mkxvcd
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/kvcd4nix/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= SF/kvcd4nix/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Makes high quality X/K/S/VCD movies from many formats
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
|
||||
bash:${PORTSDIR}/shells/bash \
|
||||
mplayer:${PORTSDIR}/multimedia/mplayer \
|
||||
transcode:${PORTSDIR}/multimedia/transcode
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= ${PORTNAME}.sh
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/mkxvcd
|
||||
|
||||
PORTDOCS= AUTHORS Changelog INSTALL README TODO
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \
|
||||
${WRKSRC}/mkxvcd.sh
|
||||
PORTDOCS= AUTHORS Changelog README
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/mkxvcd.sh ${PREFIX}/bin/mkxvcd
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for docfile in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@ Makes high quality X/K/S/VCD movies from any format mplayer can play
|
||||
From README:
|
||||
GOAL
|
||||
Make a 2 hour vcd with good quality.
|
||||
|
||||
|
||||
USAGE
|
||||
mkxvcd.sh yourmovie.whateverextensionmplayercanplay
|
||||
mkxvcd.sh /dev/dvd (or whatever device your dvd drive is using)
|
||||
|
Loading…
Reference in New Issue
Block a user