freebsd-ports/textproc/mathml-xsd/Makefile

27 lines
536 B
Makefile
Raw Normal View History

# Created by: ijliao
2004-02-11 04:31:58 +01:00
# $FreeBSD$
PORTNAME= mathml-xsd
PORTVERSION= 2
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
USES= tar:tgz
2004-02-11 04:31:58 +01:00
NO_BUILD= yes
PORTDATA= *
2004-02-11 04:31:58 +01:00
post-extract:
@${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:
${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
2004-02-11 04:31:58 +01:00
.include <bsd.port.mk>