ports/java/netty/files/Makefile.in
Greg Lewis b53a14ae3e 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
2019-09-24 01:49:46 +00:00

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>