diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index 6f11a8caedad..b17939091fff 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -1,26 +1,28 @@ PORTNAME= Ri-li DISTVERSIONPREFIX= v DISTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Drive a toy wood train in many levels - snake-like arcade game WWW= https://github.com/petitlapin/Li-Ri LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/SimpleIni.h:devel/simpleini USES= cmake pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= petitlapin GH_PROJECT= Li-Ri USE_SDL= sdl2 mixer2 CMAKE_ON= USE_CONAN # doesn't really use conan, just handles system depends properly +CMAKE_ARGS= -DLIRI_DATA_DIR="${DATADIR}" DATADIR= ${PREFIX}/share/Li-ri PORTDATA= * .include