aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/mathml-xsd/Makefile
blob: c8779e359a9b11a90613484fdc4fe1d57b6c3ced (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
25
26
27
28
29
# Created by: ijliao
# $FreeBSD$

PORTNAME=   mathml-xsd
PORTVERSION=    2
PORTREVISION=   1
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

NO_STAGE=   yes
post-extract:
    @${FIND} ${WRKSRC} -name "CVS" -type d -delete

do-install:
    @${MKDIR} ${DATADIR}
    @${CP} -R ${WRKSRC}/* ${DATADIR}
    @${FIND} ${DATADIR} -type f | \
        ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
    @${FIND} ${DATADIR} -type d | ${SORT} -r | \
        ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}

.include <bsd.port.mk>