aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-20 17:26:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-20 17:42:39 +0000
commit86b2b06216876903b33f768c4a1ae63297d5b5f3 (patch)
treefc3df1665481cb571dc8370fcb4f0fef15d62b7b
parent1da1ae626f93ca16ce1874ee5ffdf77540fa2817 (diff)
downloadports-86b2b06216876903b33f768c4a1ae63297d5b5f3.tar.gz
ports-86b2b06216876903b33f768c4a1ae63297d5b5f3.zip
-rw-r--r--games/openglad/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/openglad/Makefile b/games/openglad/Makefile
index cc87a901bd46..f60b0feff597 100644
--- a/games/openglad/Makefile
+++ b/games/openglad/Makefile
@@ -11,17 +11,16 @@ WWW= http://snowstorm.sourceforge.net
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake sdl
+NOT_FOR_ARCHS= sparc64
+
+USES= gmake localbase:ldflags sdl
+USE_CXXSTD= c++14
USE_SDL= sdl mixer
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+GNU_CONFIGURE= yes
DESKTOP_ENTRIES="OpenGlad" "" "" "${PORTNAME}" "" ""
-NOT_FOR_ARCHS= sparc64
-
OPTIONS_DEFINE= DOCS
post-patch: