# $Id: Portfile 64009 2010-02-20 06:31:12Z ryandesign@macports.org $

PortSystem			1.0

name				httrack
version				3.43.9
distname			${name}-3.43-9
worksrcdir			${name}-${version}
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/
platforms			darwin
master_sites		http://www.httrack.com/

checksums			md5 8c0b9ff462d43a5509b761d79dd522ad \
					sha1 7b454fdcc78fc098f52fa17f50cc30d2a4e33610 \
					rmd160 df485a24cfb6fd6f485d69679c99cfded3091729
					
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
