# $Id: Portfile,v 1.2 2005/04/24 21:36:23 mww Exp $

PortSystem 1.0

name			sfind
version			1.0
revision		1
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		POSIX.1-2001 compliant implementation of find
long_description	sfind is a highly portable and fully POSIX.1-2001 \
					compliant implementation of the "find" utility.

homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
master_sites	ftp://ftp.berlios.de/pub/sfind/
checksums		md5 8b882378d2b49d2aee4f6903070d6845
use_bzip2		yes

use_configure	no

build.type		gnu
build.target

destroot.destdir	INS_BASE=${destroot}${prefix} \
					MANDIR=share/man \
					INSUSR=`id -u` INSGRP=`id -g`

post-destroot	{
	file delete -force ${destroot}${prefix}/lib \
		${destroot}${prefix}/include \
		${destroot}${prefix}/share/man/man5
}
