aboutsummaryrefslogtreecommitdiff
path: root/textproc/mathml-xsd/Makefile
blob: ab9fcbe456fa944fc30cd34f80049fc41f59c849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	mathml-xsd
PORTVERSION=	2
PORTREVISION=	3
CATEGORIES=	textproc
MASTER_SITES=	http://www.w3.org/Math/XMLSchema/
DISTNAME=	mathml${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The MathML XML Schema
WWW=		https://www.w3.org/Math/XMLSchema/

USES=		tar:tgz
NO_BUILD=	yes
PORTDATA=	*

post-extract:
	@${FIND} ${WRKSRC} -name "CVS" -type d -exec rm -rf {} +;
	@${RM} ${WRKSRC}/content/tokens.xsd.~1.3.~

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

.include <bsd.port.mk>