mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
73a15189a0
Pass If-Modified-Since for user password case Fix fetching for missing space cases Submitted by: gibbs
26 lines
678 B
Makefile
26 lines
678 B
Makefile
# New ports collection makefile for: webcopy
|
|
# Version required: 0.98b7
|
|
# Date created: 14 Sep 1996
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/09/14 01:54:48 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
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
ALL_TARGET=
|
|
NO_PACKAGE= yes # This program cannot be distributed if modified in any way
|
|
# Don't sell for profit without written permission
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|