summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/julius/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/julius/Makefile b/games/julius/Makefile
index 2ea9b1503302..262ea9c273c5 100644
--- a/games/julius/Makefile
+++ b/games/julius/Makefile
@@ -3,6 +3,7 @@
PORTNAME= julius
PORTVERSION= 1.6.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= games
PKGNAMESUFFIX= -caesariii
@@ -11,9 +12,12 @@ MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Open source re-implementation of Caesar III
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_riscv64= fails to link: julius-caesariii-1.5.1,1.log: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory
+LIB_DEPENDS= libpng.so:graphics/png
+
USES= cmake sdl
USE_GITHUB= yes