mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
611 B
Makefile
29 lines
611 B
Makefile
# New ports collection makefile for: gource
|
|
# Date created: Nov 25 2009
|
|
# Whom: demon@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gource
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= gource.1
|
|
|
|
.include <bsd.port.mk>
|