aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mediainfo
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2010-06-30 17:23:39 +0800
committerstefan <stefan@FreeBSD.org>2010-06-30 17:23:39 +0800
commitda93f8af2d12a8bb5461cadaf740d9c141f3e6d9 (patch)
tree70fb8a1113fb1aaedda4694a1ffd454e92c9f6ab /multimedia/mediainfo
parent5af7de5e0c17b5c212070fa09a80e391361030cf (diff)
downloadfreebsd-ports-gnome-da93f8af2d12a8bb5461cadaf740d9c141f3e6d9.tar.gz
freebsd-ports-gnome-da93f8af2d12a8bb5461cadaf740d9c141f3e6d9.tar.zst
freebsd-ports-gnome-da93f8af2d12a8bb5461cadaf740d9c141f3e6d9.zip
- Make extraction process less verbose.
- Reduce autotools dependencies. PR: 146207 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (2 months) Feature safe: yes
Diffstat (limited to 'multimedia/mediainfo')
-rw-r--r--multimedia/mediainfo/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile
index 6f8d1f2cd8b8..3819274d9441 100644
--- a/multimedia/mediainfo/Makefile
+++ b/multimedia/mediainfo/Makefile
@@ -21,13 +21,12 @@ EXTRACT_DEPENDS= p7zip>=0:${PORTSDIR}/archivers/p7zip
PLIST_FILES= bin/mediainfo
EXTRACT_CMD= 7z
-USE_AUTOTOOLS= autotools:build
+EXTRACT_BEFORE_ARGS= x -o${WRKSRC}
+EXTRACT_AFTER_ARGS= >/dev/null
+USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:262:env libtool:22:env
WRKSRC= ${WRKDIR}/MediaInfo${DISTVERSIONSUFFIX}
-do-extract:
- @(${MKDIR} ${WRKSRC} && ${EXTRACT_CMD} x -o${WRKSRC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
-
pre-build:
@(cd ${WRKSRC} && ${CP} ./MediaInfo/Project/GNU/CLI/AddThisToRoot_CLI_compile.sh ./CLI_Compile.sh)