1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/dtdinst/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
940 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
PORTREVISION= 2
CATEGORIES= textproc java
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= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
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>