freebsd-ports/textproc/mathml-xsd/Makefile
Emanuel Haupt c64628c24f - Support staging
- Don't install VCS files
- Use COPYTREE_SHARE instead of CP
2014-02-25 16:08:19 +00:00

25 lines
529 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mathml-xsd
PORTVERSION= 2
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Math/XMLSchema/
DISTNAME= mathml${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The MathML XML Schema
NO_BUILD= yes
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>