You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
9453f6a95e
Also add modern checksums and use correct compiler and CFLAGS.
30 lines
940 B
Plaintext
30 lines
940 B
Plaintext
PortSystem 1.0
|
|
|
|
name highlnk
|
|
version 0.2
|
|
categories sysutils
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description searches identical files to hardlink them to save space
|
|
long_description \
|
|
The HighLnk projects aims to save space on read-only partitions and \
|
|
on CDs/DVDs by hard-linking files that are the same.
|
|
|
|
homepage http://thpinfo.com/2004/highlnk/
|
|
master_sites ${homepage}
|
|
checksums md5 8a3364e84eac8c3f908a82951d9437b7 \
|
|
rmd160 de2e7333badbb0cf47c68ce5a81acf9fbfd0816b \
|
|
sha256 111dc00d8429d30fc4404068b019bc2b2ced4e8cba4137530a5980e326f14e16
|
|
|
|
patchfiles patch-Makefile \
|
|
patch-finder.c \
|
|
patch-highlnk.c \
|
|
implicit.patch
|
|
|
|
use_configure no
|
|
|
|
build.env CC=${configure.cc} \
|
|
"FLAGS=${configure.cflags} ${configure.cc_archflags}"
|
|
|
|
destroot.env PREFIX=${prefix}
|