[Bug 275279] [NEW PORT] games/lwjgl3: Lightweight Java Game Library 3

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Jan 2024 18:32:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275279

--- Comment #7 from Ivan <ivan@drm.su> ---
Found a gentoo ebuild for lwjgl3:

https://gitweb.gentoo.org/repo/user/superposition.git/tree/dev-java/lwjgl3/lwjgl3-3.1.3.ebuild

It looks quite simple.

Look at these variables:
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_BUILD_TARGET="compile-native"

It executes compile-native target instead of building all. Is this reasonable?

-- 
You are receiving this mail because:
You are the assignee for the bug.