freebsd-ports/multimedia/totem-pl-parser/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

33 lines
828 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= totem-pl-parser
PORTVERSION= 3.26.1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject-based library to parse a host of playlist formats
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \
libsoup-2.4.so:devel/libsoup \
libgpg-error.so:security/libgpg-error \
libgcrypt.so:security/libgcrypt
USES= gettext gnome libarchive localbase:ldflags meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2
USE_LDCONFIG= yes
OPTIONS_SUB= yes
OPTIONS_DEFINE= QUVI
OPTIONS_DEFAULT=QUVI
QUVI_DESC= Flash media stream URL support
QUVI_MESON_YES= enable-quvi
QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09
.include <bsd.port.mk>