diff options
Diffstat (limited to 'textproc/saxon/Makefile')
-rw-r--r-- | textproc/saxon/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile deleted file mode 100644 index 9c8730c4c2ba..000000000000 --- a/textproc/saxon/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -PORTNAME= saxon -PORTVERSION= 6.5.5 -PORTREVISION= 1 -CATEGORIES= textproc java -MASTER_SITES= SF/${PORTNAME}/saxon6/${PORTVERSION} -DISTNAME= ${PORTNAME}${PORTVERSION:S/./-/g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XSLT 1.0 processor for Java -WWW= https://saxon.sourceforge.net/ - -LICENSE= MPL10 - -DEPRECATED= Deprecated and unsupported upstream, consider using textproc/saxon-he -EXPIRATION_DATE=2025-04-30 - -USES= java zip - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_ARCH= yes - -CONFLICTS= saxon-devel-8.* - -JARFILES= saxon-jdom.jar saxon.jar -PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} bin/saxon -PORTDOCS= api api-guide.html changes.html conditions.html \ - conformance.html dtdgen.html expressions.html \ - extensibility.html extensions.html index.html \ - instant.html limitations.html patterns.html samples.html \ - saxon-style.css using-xsl.html xsl-elements.html - -SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" -SUB_FILES= saxon.sh - -OPTIONS_DEFINE= DOCS EXAMPLES - -do-install: -.for JARFILE in ${JARFILES} - ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/ -.endfor - ${INSTALL_SCRIPT} ${WRKDIR}/saxon.sh ${STAGEDIR}${PREFIX}/bin/saxon - -do-install-DOCS-on: - @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - -do-install-EXAMPLES-on: - @cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> |