freebsd-ports/www/webcopy/Makefile
Eitan Adler b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00

22 lines
587 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= webcopy
PORTVERSION= 0.98b7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cy
MAINTAINER= cy@FreeBSD.org
COMMENT= A Web Mirroring Program
RESTRICTED= This program cannot be distributed if modified in any way. Don't sell for profit without written permission
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>