freebsd-ports/graphics/gource/Makefile
Martin Matuska b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00

35 lines
896 B
Makefile

# New ports collection makefile for: gource
# Date created: Nov 25 2009
# Whom: demon@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gource
PORTVERSION= 0.38
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= OpenGL-based 3D visualisation tool for source control repositories
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \
ftgl:${PORTSDIR}/graphics/ftgl \
pcre:${PORTSDIR}/devel/pcre \
GLEW:${PORTSDIR}/graphics/glew \
boost_filesystem:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
GNU_CONFIGURE= yes
USE_GMAKE= yes
MANCOMPRESSED= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gource.1
.include <bsd.port.mk>