diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-23 02:35:26 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-23 02:35:26 +0000 |
commit | acbbee2bc7634b209abf38ef09ce1f48197a4fe4 (patch) | |
tree | 989dd8e1b1e6c8900e5268efdd3d75a25a3b7268 /graphics/pinpoint | |
parent | 70cb44a9d71c560e2e4ab944c63d47e386b5f5a1 (diff) | |
download | ports-acbbee2bc7634b209abf38ef09ce1f48197a4fe4.tar.gz ports-acbbee2bc7634b209abf38ef09ce1f48197a4fe4.zip |
Notes
Diffstat (limited to 'graphics/pinpoint')
-rw-r--r-- | graphics/pinpoint/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index d246f0a1a473..8b0e5cdb36ef 100644 --- a/graphics/pinpoint/Makefile +++ b/graphics/pinpoint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pinpoint -# Date created: 26 June 2011 -# Whom: lichray@gmail.com -# +# Created by: lichray@gmail.com # $FreeBSD$ -# PORTNAME= pinpoint DISTVERSION= 0.1.4 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= lichray@gmail.com -COMMENT= A tool for making hackers do excellent presentations +COMMENT= Tool for making hackers do excellent presentations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -21,14 +17,16 @@ LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack librsvg2 +USE_GNOME= librsvg2 GNU_CONFIGURE= yes +USES= pathfix -OPTIONS= GST "Enable live videos as slide backgrounds" off +OPTIONS_DEFINE= GST +GST_DESC= Live videos as slide backgrounds .include <bsd.port.options.mk> -.if defined(WITH_GST) +.if ${PORT_OPTIONS:MGST} LIB_DEPENDS+= clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst .else CONFIGURE_ARGS+= --enable-cluttergst=no |