Files

41 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2022-05-13 18:55:33 -04:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
2022-05-13 19:01:55 -04:00
PortGroup github 1.0
PortGroup legacysupport 1.1
PortGroup makefile 1.0
2022-05-13 18:55:33 -04:00
2024-04-20 15:12:33 -04:00
github.setup panzi mediaextract 1.2.0 v
2022-05-13 18:55:33 -04:00
github.tarball_from archive
revision 0
description \
Extracts media files (AVI, Ogg, Wave, PNG, ...) that are embedded within \
other files.
long_description {*}${description}
categories sysutils
installs_libs no
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
2024-04-20 15:12:33 -04:00
checksums rmd160 cce11f1de4e64575387fb34219ecab5cd942d9eb \
sha256 01672879cbffb62a5592c40b09f24496aacf39141c4addf1802cc1723119f59d \
size 40142
2022-05-13 18:55:33 -04:00
2024-04-20 15:12:33 -04:00
depends_build-append \
port:help2man
2022-05-13 18:55:33 -04:00
2024-04-20 15:12:33 -04:00
build.pre_args builddir all
build.post_args-append \
BUILD_TYPE=release
2022-05-13 18:55:33 -04:00
use_parallel_build no
2024-04-20 15:12:33 -04:00
destroot.pre_args-append \
PREFIX=${destroot}${prefix}
destroot.post_args-append \
BUILD_TYPE=release