You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- 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
|
|
PortGroup github 1.0
|
|
|
|
epoch 1
|
|
github.setup adrianlopezroche fdupes 2.4.0 v
|
|
github.tarball_from releases
|
|
revision 0
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
maintainers nomaintainer
|
|
license MIT zlib
|
|
|
|
description identify and/or delete duplicate files
|
|
long_description ${name} identifies and/or deletes duplicate files in specified directories.
|
|
|
|
platforms darwin freebsd
|
|
|
|
checksums rmd160 eef044b7f9058fb3485522ed629e620141a9aea2 \
|
|
sha256 527b27a39d031dcbe1d29a220b3423228c28366c2412887eb72c25473d7b1736 \
|
|
size 155792
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:ncurses \
|
|
port:pcre2 \
|
|
port:sqlite3
|
|
|
|
# fdupes.c:1134:57: error: invalid suffix "b1" on integer constant
|
|
compiler.blacklist-append \
|
|
*gcc-4.0 *gcc-4.2
|
|
|
|
use_autoreconf yes
|