mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
46c547cfbf
therefore only update to version 1.5 (-stable), although this is from april.
21 lines
502 B
Makefile
21 lines
502 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.7 1997/10/09 21:04:41 andreas Exp $
|
|
#
|
|
|
|
DISTNAME= harvest-1.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.tardis.ed.ac.uk/pub/harvest/ \
|
|
ftp://ftp.nlanr.net/Mirror/Harvest/develop/snapshots/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/harvest
|
|
|
|
.include <bsd.port.mk>
|