freebsd-ports/net/grilo2/Makefile
Koop Mast f2f9132364 Don't install unversioned translations and grilo-plugins2 help files.
This allows the grilo 2 and 3 versions to be parallel installable.
2017-06-01 19:14:46 +00:00

38 lines
987 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= grilo
PORTVERSION= 0.2.15
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Grilo is a framework focused on making media discovery and browsing
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
liboauth.so:net/liboauth \
libtotem-plparser.so:multimedia/totem-pl-parser
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20 intlhack introspection:build libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-vala -disable-debug --disable-nls
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
# --enable-debug include debug symbols
CONFIGURE_ARGS+=--enable-tests # build unit tests
OPTIONS_SUB= yes
OPTIONS_DEFINE= UI
UI_DESC= Enable testing UI
UI_CONFIGURE_ENABLE=test-ui
UI_USE= GNOME=gtk30
.include <bsd.port.mk>