summaryrefslogtreecommitdiffstats
path: root/games/lwjgl3/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-11 16:27:05 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-11 16:27:05 -0400
commitd2fb8706e79fd317fe1f22377d6d3d4f93825eb8 (patch)
tree7c0eaddcb8ef514d60f9edeb3b8616ccc7f41c5e /games/lwjgl3/Makefile
parentc154c779ae2d07f751e277cf05e77c807d9b3836 (diff)
downloadfreebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.tar.gz
freebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.tar.zst
freebsd-ports-d2fb8706e79fd317fe1f22377d6d3d4f93825eb8.zip
Regen patch, bsd.port.mk not post, build for other archs (untested)
Diffstat (limited to 'games/lwjgl3/Makefile')
-rw-r--r--games/lwjgl3/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/lwjgl3/Makefile b/games/lwjgl3/Makefile
index fb15f80..d2d6569 100644
--- a/games/lwjgl3/Makefile
+++ b/games/lwjgl3/Makefile
@@ -5,15 +5,12 @@ DISTVERSION= 3.2.2
DISTVERSIONSUFFIX= -full
CATEGORIES= games java
MASTER_SITES= https://github.com/CRKatri/lwjgl3/releases/download/${DISTVERSION}-freebsd-1/
-DISTNAME= lwjgl3-${DISTVERSION}-full
MAINTAINER= me@cameronkatri.com
COMMENT= Lightweight Java Game Library 3
LICENSE= BSD3CLAUSE
-ONLY_FOR_ARCHS= amd64
-
BUILD_DEPENDS= ${LOCALBASE}/lib/libdyncall_s.a:devel/dyncall
LIB_DEPENDS= libglfw.so:graphics/glfw \
libopenal.so:audio/openal-soft \
@@ -43,4 +40,4 @@ do-install:
${INSTALL_LIB} ${WRKSRC}${x} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>