Update graphics/gource to version 0.40_4
[dports.git] / graphics / gource / Makefile
1 # Created by: demon@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       gource
5 PORTVERSION=    0.40
6 PORTREVISION=   4
7 CATEGORIES=     graphics
8 MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
9 MASTER_SITE_SUBDIR=     ${PORTNAME}
10
11 MAINTAINER=     demon@FreeBSD.org
12 COMMENT=        OpenGL-based 3D visualisation tool for source control repositories
13
14 BUILD_DEPENDS=  ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
15 LIB_DEPENDS=    libSDL_image.so:${PORTSDIR}/graphics/sdl_image \
16                 libfreetype.so:${PORTSDIR}/print/freetype2 \
17                 libpcre.so:${PORTSDIR}/devel/pcre \
18                 libGLEW.so:${PORTSDIR}/graphics/glew \
19                 libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
20 RUN_DEPENDS=    ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
21
22 GNU_CONFIGURE=  yes
23 USES=           gmake pkgconfig compiler:c++0x
24
25 CONFIGURE_ARGS+=--with-boost-system=boost_system \
26                 --with-boost-filesystem=boost_filesystem
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LDFLAGS+=       -L${LOCALBASE}/lib
29
30 .include <bsd.port.mk>