mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
* 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
8 lines
192 B
Makefile
8 lines
192 B
Makefile
# $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 <bsd.lib.mk>
|