freebsd-ports/graphics/pinpoint/Makefile
Tobias C. Berner 9e0e8d17a4 Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
2020-11-09 17:08:12 +00:00

34 lines
689 B
Makefile

# Created by: lichray@gmail.com
# $FreeBSD$
PORTNAME= pinpoint
DISTVERSION= 0.1.4
PORTREVISION= 6
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>