aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-15 00:21:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-15 00:21:34 +0000
commit1b5831364a223aa8eae4773cf84725beffb8a0f7 (patch)
tree810b6e4b46a359bdcc572fb503b70dccb45b78f6 /graphics
parenta59ea12c92e82390135ca2544a05c3fd1e4fe3b1 (diff)
downloadports-1b5831364a223aa8eae4773cf84725beffb8a0f7.tar.gz
ports-1b5831364a223aa8eae4773cf84725beffb8a0f7.zip
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)
Notes
Notes: svn path=/head/; revision=568422
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gource/Makefile10
-rw-r--r--graphics/gource/pkg-descr2
2 files changed, 4 insertions, 8 deletions
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 <bsd.port.mk>
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/