summaryrefslogtreecommitdiffstats
path: root/devel/root-doc/Makefile
blob: af25be76504030124ef673a6fe6e57b0709b1d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Radim Kolar
# $FreeBSD$

PORTNAME=	root-doc
PORTVERSION=	5.02
CATEGORIES=	devel science math
MASTER_SITES=	ftp://root.cern.ch/root/
DISTNAME=	html${PORTVERSION:S/.//}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	HTML Documentation for Root framework

NO_BUILD=	yes
NO_ARCH=	yes
WRKSRC=		${WRKDIR}/htmldoc
PLIST=		${WRKDIR}/pkg-plist

pre-install:
	@cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -print | \
		${SED} -e 's|^\.|%%DOCSDIR%%|' > ${PLIST}

do-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud