1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/xml-commons/Makefile
Max Brazhnikov 379cec2296 math/scilab: drop maintainership
Release math/scilab and its prerequisites
2023-11-08 21:43:07 +03:00

25 lines
622 B
Makefile

PORTNAME= xml-commons
DISTVERSION= 1.4.01
CATEGORIES= textproc java
MASTER_SITES= APACHE/xerces/${PORTNAME}/binaries
DISTNAME= ${PORTNAME}-external-${DISTVERSION}
EXTRACT_SUFX= -bin.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides common XML code for Apache projects
WWW= https://xerces.apache.org/xml-commons/
USE_JAVA= yes
JAVA_RUN= yes
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${JAVAJARDIR}/xml-apis-ext.jar \
${JAVAJARDIR}/xml-apis.jar
do-install:
${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${STAGEDIR}${JAVAJARDIR}
${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>