# $Id: Portfile,v 1.1 2004/02/08 19:11:05 toby Exp $

PortSystem 1.0
name             webpublish
version          0.1.0
categories       www
maintainers      toby@opendarwin.org
description      web file publishing tool
long_description \
    WebPublish can be used to manage all of the details that are \
    associated with publishing a local copy of a website to one \
    or more remote servers using File Transfer Protocol (FTP). \
    Using WebPublish to manage the transfer of a website to one \
    or more servers allows the website developer to concentrate \
    on a website's content.
homepage         http://www.gnu.org/software/webpublish/
platforms        darwin
master_sites     gnu
checksums        md5 81611e4b5ad3a17017fb5d35925f24b6

patchfiles       patch-ftplib.h patch-ftplib.c

configure.args   --infodir=${prefix}/share/info
