aboutsummaryrefslogtreecommitdiff
path: root/devel/apache-commons-jxpath/Makefile
blob: 4aca17db0d4cc7c4dbc838151387abdec411a8b6 (plain) (blame)
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
PORTNAME=	commons-jxpath
PORTVERSION=	1.3
CATEGORIES=	devel www java
MASTER_SITES=	APACHE_COMMONS_BINARIES
PKGNAMEPREFIX=	apache-
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin

LICENSE=	APACHE20

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utilities for manipulating Java Beans using the XPath syntax
WWW=		https://commons.apache.org/proper/commons-jxpath/

USE_JAVA=	yes
NO_BUILD=	yes

PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

do-install:
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}.jar \
		${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
	(cd ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apidocs && \
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>