2013-01-31 14:38:42 +01:00
|
|
|
# Created by: demon@FreeBSD.org
|
2009-11-25 13:14:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gource
|
2015-05-08 23:00:19 +02:00
|
|
|
PORTVERSION= 0.43
|
2017-01-06 09:45:03 +01:00
|
|
|
PORTREVISION= 3
|
2009-11-25 13:14:46 +01:00
|
|
|
CATEGORIES= graphics
|
2015-05-08 23:00:19 +02:00
|
|
|
MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/
|
2009-11-25 13:14:46 +01:00
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= OpenGL-based 3D visualisation tool for source control repositories
|
|
|
|
|
2015-05-08 23:00:19 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
|
|
|
|
LIB_DEPENDS= libSDL_image.so:graphics/sdl_image \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libpcre.so:devel/pcre \
|
|
|
|
libboost_filesystem.so:devel/boost-libs
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
|
2009-11-25 13:14:46 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-04-12 20:30:28 +02:00
|
|
|
USES= gmake pkgconfig compiler:c++0x
|
2015-09-20 03:13:47 +02:00
|
|
|
USE_GL= glew
|
2009-11-25 13:14:46 +01:00
|
|
|
|
2013-03-11 13:36:26 +01:00
|
|
|
CONFIGURE_ARGS+=--with-boost-system=boost_system \
|
|
|
|
--with-boost-filesystem=boost_filesystem
|
2012-11-08 12:00:59 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2009-11-25 13:14:46 +01:00
|
|
|
.include <bsd.port.mk>
|