1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/textproc/xml-commons/Makefile
Martin Wilke c6cad2390f xml-commons is focussed on common code and guidelines for xml projects. The
first focus will be to organize and have common packaging for the various
externally-defined standards code relating to XML - things like the DOM,
SAX, and JAXP interfaces.

As the xml-commons community forms, we also hope to serve as a holding area
for other common xml-related utilities and code, and to help promulgate
common packaging, testing, documentation, and other guidelines across all
xml.apache.org subprojects.

WWW: http://xml.apache.org/commons/

PR:		ports/143863
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
2010-02-13 11:27:29 +00:00

31 lines
693 B
Makefile

# New ports collection makefile for: xml-commons
# Date created: 11 February 2010
# Whom: rfarmer@predatorlabs.net
#
# $FreeBSD$
#
PORTNAME= xml-commons
PORTVERSION= 1.4.01
CATEGORIES= textproc java
MASTER_SITES= APACHE/xml/commons
DISTNAME= ${PORTNAME}-external-${PORTVERSION}
EXTRACT_SUFX= -bin.tar.gz
MAINTAINER= rfarmer@predatorlabs.net
COMMENT= Provides common XML code for Apache projects
USE_JAVA= yes
JAVA_VERSION= 1.5+
JAVA_RUN= yes
NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/xml-apis-ext.jar \
%%JAVAJARDIR%%/xml-apis.jar
do-install:
${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${JAVAJARDIR}
${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${JAVAJARDIR}
.include <bsd.port.mk>