diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:35:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 01:35:20 +0800 |
commit | b724fd4edfaee21ae13771f6c9184adc4440a6a8 (patch) | |
tree | dca1797b7223e202ffe1890c0d56aa1edd4ca561 /multimedia/swfdec-gnome | |
parent | 07c86a83f99e8efa833dd0d885d84db1052d6353 (diff) | |
download | marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar.gz marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar.bz2 marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar.lz marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar.xz marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.tar.zst marcuscom-ports-b724fd4edfaee21ae13771f6c9184adc4440a6a8.zip |
-Add two missing dependencies, gconf and intlhack (intltool).
-Add gnomeprefix, it's a must if it depends on gconf and install schemas file.
-Add USE_GETTEXT.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10158 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/swfdec-gnome')
-rw-r--r-- | multimedia/swfdec-gnome/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile index 42dc57e4d..1edf0dfe1 100644 --- a/multimedia/swfdec-gnome/Makefile +++ b/multimedia/swfdec-gnome/Makefile @@ -3,10 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.1 2008/01/17 22:19:45 kwm Exp $ +# PORTNAME= swfdec-gnome PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-gnome/0.5/ @@ -15,11 +17,13 @@ COMMENT= Gtk flash player and thumbnailer LIB_DEPENDS= swfdec-0.5.5:${PORTSDIR}/graphics/swfdec -USE_GNOME= gnomehack gtk20 +USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" + GCONF_SCHEMAS= swfdec-thumbnailer.schemas .include <bsd.port.mk> |