1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/graphics/gource/Makefile
Bernhard Froehlich d62adb22df
graphics/gource: Add CPE information
Approved by:    portmgr (blanket)
2021-09-02 15:19:11 +00:00

28 lines
746 B
Makefile

# Created by: demon@FreeBSD.org
PORTNAME= gource
PORTVERSION= 0.51
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/
MAINTAINER= demon@FreeBSD.org
COMMENT= OpenGL-based 3D visualisation tool for source control repositories
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpcre.so:devel/pcre \
libboost_filesystem.so:devel/boost-libs \
libpng.so:graphics/png
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
USES= compiler:c++0x cpe gl gmake pkgconfig sdl
GNU_CONFIGURE= yes
USE_GL= glew gl glu
USE_SDL= image2 sdl2
.include <bsd.port.mk>