diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-01-19 18:39:37 +0100 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-01-19 18:39:37 +0100 |
| commit | be11b62a1c38fc82879de66461ac94f7d97f496c (patch) | |
| tree | e8fa0c93daeb7d1e27acf1028d434cdc8c156bf8 /java/jta/Makefile | |
| parent | 67c80fa47c4bd21a5ad5416aa16679f08b819a98 (diff) | |
2026-01-17 java/jta: manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions
Diffstat (limited to 'java/jta/Makefile')
| -rw-r--r-- | java/jta/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/java/jta/Makefile b/java/jta/Makefile deleted file mode 100644 index 7613e0a24886..000000000000 --- a/java/jta/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= jta -PORTVERSION= 1.0.1 -CATEGORIES= java devel -MASTER_SITES= # -DISTNAME= ${PORTNAME}-spec${PORTVERSION:S/./_/g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java Transaction API (JTA) -WWW= http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html - -# Converted from NO_CDROM -LICENSE= jta -LICENSE_NAME= jta -LICENSE_TEXT= See the license -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -DEPRECATED= manual download, no users in the ports tree, newer version is at https://github.com/jakartaee/transactions -EXPIRATION_DATE= 2026-01-17 - -USES= java zip - -NO_BUILD= yes -DOWNLOAD_URL= http://download.oracle.com/otndocs/jcp/7286-jta-${PORTVERSION}-spec-oth-JSpec/?submit=Download - -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -PORTDOCS= ${DISTNAME}.pdf javadocs - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again -.endif - -do-install: - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \ - ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/${DISTNAME}.pdf ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} javadocs ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.post.mk> |
