blob: 882f8cfb534e7ac57102ae31d606ee9e79b0bf26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= totem-pl-parser
PORTVERSION= 3.10.6
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject-based library to parse a host of playlist formats
LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
libsoup-gnome-2.4.so:devel/libsoup-gnome
USES= gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 gnomeprefix intltool introspection:build \
libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-libarchive
INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
OPTIONS_DEFINE= GCRYPT QUVI
OPTIONS_DEFAULT=GCRYPT QUVI
QUVI_DESC= Flash media stream URL support
QUVI_CONFIGURE_ENABLE= quvi
QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
GCRYPT_CONFIGURE_ENABLE= libgcrypt
post-patch:
@${REINPLACE_CMD} -e 's|pkg_modules libarchive"|pkg_modules"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|