From b53a14ae3efd035a16dd45f0049e1bcfd2fa0c67 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 24 Sep 2019 01:49:46 +0000 Subject: Build the native transport library * Build the native KQueue transport library * Add that library to the installed netty.jar * Bump PORTREVISION This was only tested on amd64, but should work on all architectures with Java support --- java/netty/files/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 java/netty/files/Makefile.in (limited to 'java/netty/files') diff --git a/java/netty/files/Makefile.in b/java/netty/files/Makefile.in new file mode 100644 index 000000000000..87f86840eb13 --- /dev/null +++ b/java/netty/files/Makefile.in @@ -0,0 +1,8 @@ +# $FreeBSD$ + +SHLIB_NAME= libnetty_transport_native_kqueue_%%NETTY_ARCH%%.so +SRCS!= ls *.c +INCS!= ls *.h +CFLAGS+= -I%%JAVA_HOME%%/include -I%%JAVA_HOME%%/include/freebsd + +.include -- cgit v1.2.3