git: b4b402beb805 - main - x11/fireflies: add LICENSE, update USE_GL

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 12 16:50:16 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4b402beb805499c5ccf99ad149b1c1f44853b88

commit b4b402beb805499c5ccf99ad149b1c1f44853b88
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-12 13:16:25 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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 at 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


More information about the dev-commits-ports-all mailing list