diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 09:29:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 09:29:37 +0000 |
commit | 7749e8b9ef11151cf90ef3740e5e32493ac8e040 (patch) | |
tree | 898723ec9d171e580bd5a271ca2672d8ba6e761a /www/harvest/Makefile | |
parent | 2a2dffb072e05f0adac89f91ab4aec09d8b99e59 (diff) | |
download | ports-7749e8b9ef11151cf90ef3740e5e32493ac8e040.tar.gz ports-7749e8b9ef11151cf90ef3740e5e32493ac8e040.zip |
The awesome harvest package, which is basically a janitor sweeping the
information superhighway.
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
Notes
Notes:
svn path=/head/; revision=2782
Diffstat (limited to 'www/harvest/Makefile')
-rw-r--r-- | www/harvest/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile new file mode 100644 index 000000000000..5396f356f8f5 --- /dev/null +++ b/www/harvest/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: harvest +# Version required: 1.4.pl2 +# Date created: Fri Mar 1 19:43:52 MET 1996 +# Whom: andreas@knobel.gun.de +# +# $Id$ +# + +DISTNAME= harvest-1.4.pl2 +PKGNAME= harvest-1.4.2 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.town.hall.org/pub/harvest/ \ + ftp://ftp.cs.colorado.edu/pub/distribs/harvest/ \ + ftp://ftp.ask.uni-karlsruhe.de/pub/infosystems/harvest/ \ + ftp://ftp.sunet.se/pub/nir/harvest/ +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= andreas@knobel.gun.de + +.include <bsd.port.mk> |