1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/webcopy/Makefile
Steve Price 3a539e7afc The original MASTER_SITE is gone so host it on my WWW pages and rename
the tarball to something sane (with version number).

PR:		17580
2000-04-29 23:31:58 +00:00

27 lines
697 B
Makefile

# New ports collection makefile for: webcopy
# Date created: 14 Sep 1996
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= webcopy
PORTVERSION= 0.98b7
CATEGORIES= www
MASTER_SITES= http://people.freebsd.org/~steve/distfiles/
MAINTAINER= ports@FreeBSD.org
NO_PACKAGE= "This program cannot be distributed if modified in any way"
NO_CDROM= "Don't sell for profit without written permission"
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET=
do-install:
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/webcopy
cd ${WRKSRC}; ${INSTALL_DATA} webcopy.html ${PREFIX}/share/doc/webcopy
.include <bsd.port.mk>