diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:27:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:27:31 +0000 |
commit | 2b56e2dadac8124bca1e121bac74225d54ad82ae (patch) | |
tree | 8c18bb85980fcafde9a5d0d6dac4fa7fd5563270 /www/webcopy | |
parent | 998649bf5d4e220455687e0fd5361256dde5696a (diff) | |
download | ports-2b56e2dadac8124bca1e121bac74225d54ad82ae.tar.gz ports-2b56e2dadac8124bca1e121bac74225d54ad82ae.zip |
Notes
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 19 | ||||
-rw-r--r-- | www/webcopy/pkg-descr | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index c9658f0e5a93..9a4744b300d8 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -6,17 +6,18 @@ # $FreeBSD$ # -# WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html +DISTNAME= webcopy +PKGNAME= ${DISTNAME}-${VERSION} +CATEGORIES= www +MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ +EXTRACT_SUFX= .tgz -DISTNAME= webcopy-0.98b7 -CATEGORIES= www -MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ -DISTFILES= webcopy.tgz +MAINTAINER= ports@FreeBSD.org -MAINTAINER= ports@FreeBSD.org - -NO_PACKAGE= "This program cannot be distributed if modified in any way" -NO_CDROM= "Don't sell for profit without written permission" +NO_PACKAGE= "This program cannot be distributed if modified in any way" +NO_CDROM= "Don't sell for profit without written permission" +WRKSRC= ${WRKDIR}/${PKGNAME} +VERSION= 0.98b7 ALL_TARGET= do-install: diff --git a/www/webcopy/pkg-descr b/www/webcopy/pkg-descr index deed046fd3bb..bee3f05ad81e 100644 --- a/www/webcopy/pkg-descr +++ b/www/webcopy/pkg-descr @@ -4,3 +4,5 @@ references, i.e. inlined images and/or anchors, if specified with an option. It can be used as a "mirror" program to retrieve a tree of documents from a remote site, and put them on-line immediately through the local server. + +WWW: http://www.inf.utfsm.cl/~vparada/webcopy.html |