diff options
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 882f8cfb534e..8ac6d9d82089 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= totem-pl-parser -PORTVERSION= 3.10.6 +PORTVERSION= 3.10.7 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -10,28 +10,26 @@ 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-2.6.so:mail/gmime26 \ - libsoup-gnome-2.4.so:devel/libsoup-gnome + libsoup-2.4.so:devel/libsoup \ + libgpg-error.so:security/libgpg-error \ + libgcrypt.so:security/libgcrypt USES= gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomeprefix intltool introspection:build \ - libxml2 +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 +OPTIONS_DEFINE= QUVI +OPTIONS_DEFAULT=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> |