mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
da3162c7c9
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
24 lines
437 B
Makefile
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>
|