Date: Mon, 12 Apr 2021 16:50:15 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b4b402beb805 - main - x11/fireflies: add LICENSE, update USE_GL Message-ID: <202104121650.13CGoFJd088135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4b402beb805499c5ccf99ad149b1c1f44853b88 commit b4b402beb805499c5ccf99ad149b1c1f44853b88 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-12 13:16:25 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-04-12 16:49:08 +0000 x11/fireflies: add LICENSE, update USE_GL --- x11/fireflies/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile index 12c34bad7281..d252b4012dcc 100644 --- a/x11/fireflies/Makefile +++ b/x11/fireflies/Makefile @@ -9,11 +9,14 @@ MASTER_SITES= http://somewhere.fscked.org/proj/fireflies/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Extension of xscreensaver +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgfx.so:graphics/libgfx GNU_CONFIGURE= yes USES= gl -USE_GL= glu +USE_GL= gl glu EXTRACT_AFTER_ARGS=--exclude '${DISTNAME}/libgfx*' CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/GL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104121650.13CGoFJd088135>