|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= gource |
4 |
PORTNAME= gource |
| 5 |
PORTVERSION= 0.51 |
5 |
PORTVERSION= 0.51 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
CATEGORIES= graphics |
7 |
CATEGORIES= graphics |
| 8 |
MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ |
8 |
MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ |
| 9 |
|
9 |
|
|
Lines 10-16
Link Here
|
| 10 |
MAINTAINER= demon@FreeBSD.org |
10 |
MAINTAINER= demon@FreeBSD.org |
| 11 |
COMMENT= OpenGL-based 3D visualisation tool for source control repositories |
11 |
COMMENT= OpenGL-based 3D visualisation tool for source control repositories |
| 12 |
|
12 |
|
| 13 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3+ |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 14 |
|
15 |
|
| 15 |
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm |
16 |
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm |
| 16 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
17 |
LIB_DEPENDS= libfreetype.so:print/freetype2 \ |
|
Lines 19-32
Link Here
|
| 19 |
libpng.so:graphics/png |
20 |
libpng.so:graphics/png |
| 20 |
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm |
21 |
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm |
| 21 |
|
22 |
|
|
|
23 |
USES= compiler:c++0x gl gmake pkgconfig sdl |
| 22 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
| 23 |
USES= compiler:c++0x gl gmake pkgconfig sdl |
|
|
| 24 |
USE_GL= glew gl glu |
25 |
USE_GL= glew gl glu |
| 25 |
USE_SDL= image2 sdl2 |
26 |
USE_SDL= image2 sdl2 |
| 26 |
|
27 |
|
| 27 |
CONFIGURE_ARGS+=--with-boost-system=boost_system \ |
|
|
| 28 |
--with-boost-filesystem=boost_filesystem |
| 29 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 30 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 31 |
|
| 32 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |