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