mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8cfb12fa57
by bullet point and instead encourage presentations containing beautiful images and small amounts of concise text in slides. WWW: http://live.gnome.org/Pinpoint PR: ports/158309 Submitted by: lichray at gmail.com
37 lines
756 B
Makefile
37 lines
756 B
Makefile
# New ports collection makefile for: pinpoint
|
|
# Date created: 26 June 2011
|
|
# Whom: lichray@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pinpoint
|
|
DISTVERSION= 0.1.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= A tool for making hackers do excellent presentations
|
|
|
|
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack librsvg2
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
OPTIONS= GST "Enable live videos as slide backgrounds" off
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if defined(WITH_GST)
|
|
LIB_DEPENDS+= clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-cluttergst=no
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|