diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-10-27 15:52:10 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-10-27 15:52:10 +0000 |
| commit | d6be98f02182d4c9b856b18f138df6497d2cb6f6 (patch) | |
| tree | e35fafb09d19d6996715e05e610697d6634f1ab7 /java/jattach/Makefile | |
| parent | 8db91be96472fb460119048d7c7a87c6b70f5b8b (diff) | |
Notes
Diffstat (limited to 'java/jattach/Makefile')
| -rw-r--r-- | java/jattach/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/jattach/Makefile b/java/jattach/Makefile new file mode 100644 index 000000000000..21fecc9eb7a9 --- /dev/null +++ b/java/jattach/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= jattach +DISTVERSION= g20170928 +CATEGORIES= java devel + +MAINTAINER= mizhka@gmail.com +COMMENT= JVM dynamic attach utility + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake + +USE_GITHUB= yesmake +GH_ACCOUNT= apangin +GH_TAGNAME= ccc2f05 + +PLIST_FILES= bin/jattach + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/build/jattach ${STAGEDIR}${PREFIX}/bin/jattach + +.include <bsd.port.mk> |
