# $Id: Portfile,v 1.1 2004/08/18 18:15:29 mww Exp $

PortSystem 1.0

name			highlnk
version			0.2
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
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://www.thpinfo.com/highlnk/
master_sites	${homepage}
checksums		md5 8a3364e84eac8c3f908a82951d9437b7

patchfiles		patch-Makefile \
				patch-finder.c \
				patch-highlnk.c

use_configure	no

destroot.destdir	PREFIX=${destroot}${prefix}
