blob: c4776e9d8816e4fc1b3abb62d13415ff7bda4083 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gource
# Date created: Nov 25 2009
# Whom: demon@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gource
PORTVERSION= 0.32
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
LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \
ftgl:${PORTSDIR}/graphics/ftgl \
pcre:${PORTSDIR}/devel/pcre \
GLEW:${PORTSDIR}/graphics/glew
GNU_CONFIGURE= yes
USE_GMAKE= yes
MANCOMPRESSED= yes
MAN1= gource.1
.include <bsd.port.mk>
|