1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/multimedia/kodi-addon-screensaver.biogenesis/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

24 lines
437 B
Makefile

# Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
PORTNAME= screensaver.biogenesis
PORTVERSION= 2.5.0
DISTVERSIONSUFFIX= -Matrix
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= rozhuk.im@gmail.com
COMMENT= BioGenesis screensaver for Kodi
LICENSE= GPLv2+
USES= cmake gl kodi
USE_GITHUB= yes
GH_ACCOUNT= xbmc
USE_GL= egl gl glu
PLIST_SUB= SOVERSION=${PORTVERSION}
CMAKE_ARGS= -DADDONS_TO_BUILD=${PORTNAME}
.include <bsd.port.mk>