# $Id: Portfile,v 1.1 2005/09/27 21:08:59 mww Exp $

PortSystem 1.0
name		sitecopy
version		0.16.0
categories	www
platforms	darwin
maintainers	julian@hal-9k.de
description	sitecopy website maintenance utility
long_description sitecopy allows you to easily maintain remote Web \
		  sites. The program will upload files to the server \
		  which have changed locally, and delete files from \
		  the server which have been removed locally, keeping \
		  the remote site synchronized. FTP and WebDAV are \
		  supported.

homepage	http://www.lyra.org/sitecopy/
master_sites	${homepage}
checksums	md5 aa036a542d0865bbdb4cb7859e66cc55
patchfiles	patch-Makefile.in
configure.args  --mandir=${prefix}/share/man
configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
