2002-02-09 10:30:35 +01:00
|
|
|
# New ports collection makefile for: jing
|
|
|
|
# Date created: 3 February 2002
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jing
|
2003-02-04 02:24:48 +01:00
|
|
|
PORTVERSION= 2003.01.31
|
2002-02-09 10:30:35 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.thaiopensource.com/relaxng/
|
2002-05-23 02:20:45 +02:00
|
|
|
DISTNAME= ${PORTNAME}-bin
|
2003-02-04 02:24:48 +01:00
|
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}/
|
2002-02-09 10:30:35 +01:00
|
|
|
|
2003-02-04 02:24:48 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A RELAX NG validator in Java
|
2002-02-09 10:30:35 +01:00
|
|
|
|
2003-05-06 09:28:02 +02:00
|
|
|
BROKEN= "Distfiles not listed in distinfo"
|
|
|
|
|
2003-02-03 14:30:32 +01:00
|
|
|
RUN_DEPENDS= ${JAVAJARDIR}/crimson.jar:${PORTSDIR}/textproc/crimson
|
2002-02-09 10:30:35 +01:00
|
|
|
|
2002-05-23 02:20:45 +02:00
|
|
|
USE_ZIP= yes
|
|
|
|
USE_JAVA= 1.2+
|
2002-02-09 10:30:35 +01:00
|
|
|
NO_BUILD= yes
|
2002-05-23 02:20:45 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2002-02-09 10:30:35 +01:00
|
|
|
|
2002-05-23 02:20:45 +02:00
|
|
|
NO_BUILD_DEPENDS_JAVA= yes
|
2002-02-09 10:30:35 +01:00
|
|
|
|
|
|
|
do-install:
|
2003-02-03 14:30:32 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
|
2002-02-09 10:30:35 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2002-05-23 02:20:45 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.txt ${DOCSDIR}
|
2002-02-09 10:30:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|