From 1b5831364a223aa8eae4773cf84725beffb8a0f7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 15 Mar 2021 00:21:34 +0000 Subject: graphics/gource: minor cleaup - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Remove unneeded flags - Update WWW PR: 254288 Submitted by: amdmi3 Approved by: demon (maintainer) --- graphics/gource/Makefile | 10 +++------- graphics/gource/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'graphics') diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 72aa88989f5e..f8b72103ffe4 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}- MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libfreetype.so:print/freetype2 \ @@ -19,14 +20,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm -GNU_CONFIGURE= yes USES= compiler:c++0x gl gmake pkgconfig sdl +GNU_CONFIGURE= yes USE_GL= glew gl glu USE_SDL= image2 sdl2 -CONFIGURE_ARGS+=--with-boost-system=boost_system \ - --with-boost-filesystem=boost_filesystem -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .include diff --git a/graphics/gource/pkg-descr b/graphics/gource/pkg-descr index 45c9517757b6..1cbe5df8f410 100644 --- a/graphics/gource/pkg-descr +++ b/graphics/gource/pkg-descr @@ -5,4 +5,4 @@ repository is the centre, directories are branches and files are leaves. Contributors to the source code appear and disappear as they contribute to specific files and directories. -WWW: http://gource.io/ +WWW: https://gource.io/ -- cgit v1.2.3