diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
commit | 684ca7c6a1d2803eb986771419a5fb4a01d28758 (patch) | |
tree | 93484a7c920d5313b0b73f1b4c1c9204c9ee273b /www/webcopy/Makefile | |
parent | Upgrade to version 0.99 (beta) (diff) |
Web Mirroring Program
Notes
Notes:
svn path=/head/; revision=3764
Diffstat (limited to 'www/webcopy/Makefile')
-rw-r--r-- | www/webcopy/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile new file mode 100644 index 000000000000..4fc346ac5a7b --- /dev/null +++ b/www/webcopy/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: webcopy +# Version required: 0.98b7 +# Date created: 14 Sep 1996 +# Whom: ache +# +# $Id: Makefile,v 1.6 1996/09/11 04:44:19 asami Exp $ +# + +# WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html + +DISTNAME= webcopy-0.98b7 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ +DISTFILES= webcopy.tgz +ALL_TARGET= + +MAINTAINER= ache@FreeBSD.ORG + +NO_PACKAGE= yes # See License at the start of the script + +do-install: + cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin + +.include <bsd.port.mk> |