freebsd-ports/www/sitecopy/Makefile
Nik Clayton 08addbfd37 Sitecopy is a tool for maintaining remote websites using FTP. Maintain a
local copy of the site in question, and then sitecopy will use FTP to
ensure that the remote site duplicates the local site.  Kind of like
'mirror' in reverse.
1999-01-16 00:25:55 +00:00

36 lines
669 B
Makefile

# New ports collection makefile for: sitecopy
# Version required: 0.3.2
# Date created: 15 January 1999
# Whom: nik
#
# $Id$
#
DISTNAME= sitecopy-0.3.2
CATEGORIES= www
DISTFILES= sitecopy-0.3.0.tar.gz
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= nik@FreeBSD.ORG
DIST_SUBDIR= sitecopy
PATCHFILES= sitecopy-0.3.0-0.3.2.patch.gz
PATCH_SITES= http://www.lyra.org/sitecopy/
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/sitecopy-0.3.0
PATCH_DIST_STRIP=
FETCH_BEFORE_ARGS= -b
MAN1= sitecopy.1
MANCOMPRESSED= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sitecopy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sitecopy.1 ${PREFIX}/man/man1
.include <bsd.port.mk>