mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
af8e13208c
Add a bunch of mirrors as listed on http://www.tardis.ed.ac.uk/harvest/download.html
24 lines
635 B
Makefile
24 lines
635 B
Makefile
# New ports collection makefile for: harvest
|
|
# Version required: 1.4.pl2
|
|
# Date created: Fri Mar 1 19:43:52 MET 1996
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $Id: Makefile,v 1.8 1997/11/15 19:56:47 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= harvest-1.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.tardis.ed.ac.uk/pub/harvest/ \
|
|
ftp://nic.nasa.gov/software/harvest-dist/ \
|
|
ftp://ftp.sunet.se/pub/nir/harvest-uk/ \
|
|
ftp://gd.tuwien.ac.at/infosys/indexers/uk-harvest/ \
|
|
http://www3.uniovi.es/~mirror/harvest-net/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/harvest
|
|
|
|
.include <bsd.port.mk>
|