# $Id: Portfile 79493 2011-06-16 00:28:01Z ryandesign@macports.org $

PortSystem			1.0

name				httrack
version				3.44.1
categories			net
maintainers			ross@ross-williams.net
description			Website Copier/Offline Browser
long_description	HTTrack is an offline browser utility that allows you to download a website from the Internet to a local directory
homepage			http://www.httrack.com/
master_sites		http://download.httrack.com/
platforms			darwin

checksums			sha1    5bdbc0b294b25929e52bc932e076c9e349a18fa9 \
					rmd160  04644ba0300b92392a255965d1c7191fe4f186fc
					
depends_lib			port:zlib

configure.args		--with-zlib=${prefix}
					
# Makefile fails during parallel builds
use_parallel_build	no
					
post-destroot		{
	# Remove metadata files not used by darwin or OS X
	file delete ${destroot}${prefix}/share/pixmaps/httrack.xpm
	file delete -force ${destroot}${prefix}/share/applications/
}
# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
