2013-09-21 01:17:30 +02:00
|
|
|
# Created by: ijliao
|
2004-02-11 04:31:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mathml-xsd
|
|
|
|
PORTVERSION= 2
|
2014-04-06 23:02:28 +02:00
|
|
|
PORTREVISION= 3
|
2004-02-11 04:31:58 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.w3.org/Math/XMLSchema/
|
|
|
|
DISTNAME= mathml${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= The MathML XML Schema
|
|
|
|
|
2014-04-06 23:02:28 +02:00
|
|
|
USES= tar:tgz
|
2004-02-11 04:31:58 +01:00
|
|
|
NO_BUILD= yes
|
2014-04-06 23:02:28 +02:00
|
|
|
PORTDATA= *
|
2004-02-11 04:31:58 +01:00
|
|
|
|
|
|
|
post-extract:
|
2014-02-25 17:08:19 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "CVS" -type d -exec rm -rf {} +;
|
|
|
|
@${RM} ${WRKSRC}/content/tokens.xsd.~1.3.~
|
2004-02-11 04:31:58 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-02-25 17:08:19 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
2014-04-06 23:02:28 +02:00
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
2004-02-11 04:31:58 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|