mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ae3b992378
- Convert to new LIB_DEPENDS format PR: 190385 Submitted by: lichray@gmail.com (maintainer)
35 lines
703 B
Makefile
35 lines
703 B
Makefile
# Created by: lichray@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pinpoint
|
|
DISTVERSION= 0.1.4
|
|
PORTREVISION= 2
|
|
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:${PORTSDIR}/graphics/clutter
|
|
|
|
USE_GL= gl
|
|
USE_GNOME= librsvg2
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix pkgconfig gmake tar:xz
|
|
|
|
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:${PORTSDIR}/multimedia/clutter-gst
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-cluttergst=no
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|