mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
61bcae45bc
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
# New ports collection makefile for: dvdauthorwizard
|
|
# Date created: 30 May 2007
|
|
# Whom: Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvdauthorwizard
|
|
PORTVERSION= 1.4.6
|
|
PORTREVISION= 9
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= SF
|
|
DISTNAME= DVDAuthorWizard-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The tool for creating a DVD with fully animated menu from MPEG-2 files
|
|
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
REINPLACE_ARGS= -i ""
|
|
|
|
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash \
|
|
convert:${PORTSDIR}/graphics/ImageMagick \
|
|
dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
|
png2yuv:${PORTSDIR}/multimedia/mjpegtools \
|
|
sox:${PORTSDIR}/audio/sox \
|
|
transcode:${PORTSDIR}/multimedia/transcode \
|
|
kmdr-executor:${PORTSDIR}/www/kdewebdev \
|
|
kdialog:${PORTSDIR}/x11/kdebase3
|
|
|
|
do-patch:
|
|
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|' ${WRKSRC}/inst.sh
|
|
@${REINPLACE_CMD} 's|/bin/bash|/usr/local/bin/bash|' \
|
|
${WRKSRC}/bin/DVDAuthorWizard-Builder.sh
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${SH} inst.sh ${WRKSRC} ${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|