freebsd-ports/www/webcopy/Makefile
Masafumi Max NAKANE 1c66bfbf12 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
1996-12-07 09:28:48 +00:00

26 lines
668 B
Makefile

# New ports collection makefile for: webcopy
# Version required: 0.98b7
# Date created: 14 Sep 1996
# Whom: ache
#
# $Id: Makefile,v 1.5 1996/11/18 11:42:14 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
NO_PACKAGE= "This program cannot be distributed if modified in any way"
NO_CDROM= "Don't sell for profit without written permission"
ALL_TARGET=
do-install:
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin
.include <bsd.port.mk>