Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / pinpoint / Makefile
1 # Created by: lichray@gmail.com
2 # $FreeBSD$
3
4 PORTNAME=       pinpoint
5 DISTVERSION=    0.1.4
6 PORTREVISION=   3
7 CATEGORIES=     graphics
8 MASTER_SITES=   GNOME
9
10 MAINTAINER=     lichray@gmail.com
11 COMMENT=        Tool for making hackers do excellent presentations
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 LIB_DEPENDS=    libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
17
18 USE_GL=         gl
19 USE_GNOME=      librsvg2
20 GNU_CONFIGURE=  yes
21 USES=   pathfix pkgconfig gmake tar:xz
22
23 OPTIONS_DEFINE= GST
24 GST_DESC=       Live videos as slide backgrounds
25
26 .include <bsd.port.options.mk>
27
28 .if ${PORT_OPTIONS:MGST}
29 LIB_DEPENDS+=   libclutter-gst-1.0.so:${PORTSDIR}/multimedia/clutter-gst
30 .else
31 CONFIGURE_ARGS+=        --enable-cluttergst=no
32 .endif
33
34 .include <bsd.port.mk>