1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/multimedia/iso2mkv/Makefile
Alexander Leidinger a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00

42 lines
1.0 KiB
Makefile

# New ports collection makefile for: iso2mkv
# Date created: 31 Dec 2006
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= iso2mkv
PORTVERSION= 0.8.4
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://5ko.free.fr/dl/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end shell script to convert DVD image, device, or VIDEO_TS to mkv with xvid and ogg or mp3 audio
RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \
bash:${PORTSDIR}/shells/bash \
mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix \
lame:${PORTSDIR}/audio/lame \
oggenc:${PORTSDIR}/audio/vorbis-tools \
normalize:${PORTSDIR}/audio/normalize
USE_BZIP2= yes
NO_BUILD= yes
PLIST_FILES= bin/iso2mkv
post-patch:
@${REINPLACE_CMD} -e 's|stat -c %s|stat -f %z|g' \
${WRKSRC}/iso2mkv
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' \
${WRKSRC}/iso2mkv
@${REINPLACE_CMD} -e 's|normalize-audio|normalize|g' \
${WRKSRC}/iso2mkv
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/iso2mkv ${PREFIX}/bin
.include <bsd.port.mk>