diff options
author | ache <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-14 00:59:32 +0000 |
commit | d6c37323fb817fdb090727536d1b5444ac80defd (patch) | |
tree | 8c1d33e59dd745257287456c346f94f715d92d2e /www/webcopy/Makefile | |
parent | 2f583996ffb0a72cc4193028435c61b97463e7da (diff) | |
download | FreeBSD-ports-d6c37323fb817fdb090727536d1b5444ac80defd.zip FreeBSD-ports-d6c37323fb817fdb090727536d1b5444ac80defd.tar.gz |
Web Mirroring Program
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 0000000..4fc346a --- /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> |