mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9374797a8e
DocBook W3C XML Schema
30 lines
676 B
Makefile
30 lines
676 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: docbook-xsd
|
|
# Date created: Feb 9, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= docbook-xsd
|
|
PORTVERSION= 1.0.b1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.oasis-open.org/committees/docbook/xmlschema/${PORTVERSION:S/.b/b/}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DocBook W3C XML Schema
|
|
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${DATADIR}
|
|
@${CP} ${WRKSRC}/*.xsd ${DATADIR}
|
|
@${FIND} ${DATADIR} -type f | \
|
|
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
|
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
|
|
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|