1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/webcopy/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

27 lines
648 B
Makefile

# Created by: ache
PORTNAME= webcopy
PORTVERSION= 0.98b7
CATEGORIES= www
MASTER_SITES= LOCAL/cy
MAINTAINER= cy@FreeBSD.org
COMMENT= Web Mirroring Program
# Converted from RESTRICTED
LICENSE= webcopy
LICENSE_NAME= webcopy
LICENSE_TEXT= This program cannot be distributed if modified in any way. Don't sell for profit without written permission
LICENSE_PERMS= auto-accept
ALL_TARGET=
USES= perl5
do-install:
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${STAGEDIR}${PREFIX}/bin
${INSTALL} -d -m 755 ${STAGEDIR}${PREFIX}/share/doc/webcopy
cd ${WRKSRC}; ${INSTALL_DATA} webcopy.html ${STAGEDIR}${PREFIX}/share/doc/webcopy
.include <bsd.port.mk>