1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/blender-doc/Makefile
Rene Ladan 8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00

29 lines
661 B
Makefile

# Created by: Alex Ivasyuv <siegerstein@pochta.ru>
# $FreeBSD$
PORTNAME= blender
PORTVERSION= 2.3
CATEGORIES= graphics
MASTER_SITES= http://download.blender.org/documentation/
PKGNAMESUFFIX= -doc
DISTFILES= BlenderManualIen.23.html.tar.gz BlenderManualIIen.23.html.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Blender Documentation
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
pre-patch:
@cd ${WRKSRC}/htmlI/PartAT/volumetrics/gfx/ && \
${RM} -r "Nuova cartella" "Nuova cartella (2)"
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>