1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/dtdinst/Makefile
Daichi GOTO 0921295628 update textproc/dtdinst: 2003.01.22 --> 2003.06.19
PR:		53542
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-07-01 13:12:06 +00:00

39 lines
948 B
Makefile

# New ports collection makefile for: dtdinst
# Date created: 3 February 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= dtdinst
PORTVERSION= 2003.06.19
CATEGORIES= textproc
MASTER_SITES= http://www.thaiopensource.com/download/
DISTNAME= ${PORTNAME}-20030619
EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts DTDs to XML instance, in a specific or RELAX NG format
USE_ZIP= YES
USE_JAVA= 1.1+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD_DEPENDS_JAVA= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
${MKDIR} ${PREFIX}/share/xsl/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.xsl ${PREFIX}/share/xsl/${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/dtdinst.rng ${DOCSDIR}
.endif
.include <bsd.port.mk>