aboutsummaryrefslogtreecommitdiff
path: root/graphics/pinpoint/Makefile
blob: d1e137f72e9c80502b51b4483be87f8f7826108f (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
30
31
32
33
# Created by: lichray@gmail.com

PORTNAME=	pinpoint
DISTVERSION=	0.1.4
PORTREVISION=	8
CATEGORIES=	graphics
MASTER_SITES=	GNOME

MAINTAINER=	lichray@gmail.com
COMMENT=	Tool for making hackers do excellent presentations

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libclutter-glx-1.0.so:graphics/clutter

USES=		gl gnome pathfix pkgconfig gmake tar:xz
USE_GL=		gl
USE_GNOME=	librsvg2
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	GST
GST_DESC=	Live videos as slide backgrounds

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGST}
LIB_DEPENDS+=	libclutter-gst-1.0.so:multimedia/clutter-gst
.else
CONFIGURE_ARGS+=	--enable-cluttergst=no
.endif

.include <bsd.port.mk>