blob: d70af5399373605a9d52fc2bd4193fdddd42f73d (
plain)
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
30
31
32
33
34
|
# New ports collection makefile for: jing
# Date created: 3 February 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= jing
PORTVERSION= 2003.01.31
CATEGORIES= textproc
MASTER_SITES= http://www.thaiopensource.com/relaxng/
DISTNAME= ${PORTNAME}-bin
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A RELAX NG validator in Java
RUN_DEPENDS= ${JAVAJARDIR}/crimson.jar:${PORTSDIR}/textproc/crimson
USE_ZIP= yes
USE_JAVA= 1.2+
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_BUILD_DEPENDS_JAVA= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/*.jar ${JAVAJARDIR}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.txt ${DOCSDIR}
.include <bsd.port.mk>
|