diff options
-rw-r--r-- | multimedia/swfdec-gnome/Makefile | 13 | ||||
-rw-r--r-- | multimedia/swfdec-gnome/pkg-plist | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile index 1bdd52c00c55..ed8f3276be6c 100644 --- a/multimedia/swfdec-gnome/Makefile +++ b/multimedia/swfdec-gnome/Makefile @@ -12,22 +12,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk flash player and thumbnailer -LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec +LIB_DEPENDS= libswfdec-0.8.so:${PORTSDIR}/graphics/swfdec -USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2 -USE_BZIP2= yes +USE_GNOME= gnomeprefix gtk20 intlhack gconf2 INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= swfdec-thumbnailer.schemas -MAN1= swfdec-player.1 swfdec-thumbnailer.1 - -NO_STAGE= yes -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/multimedia/swfdec-gnome/pkg-plist b/multimedia/swfdec-gnome/pkg-plist index 21cf087a35c9..b027dd48d043 100644 --- a/multimedia/swfdec-gnome/pkg-plist +++ b/multimedia/swfdec-gnome/pkg-plist @@ -1,5 +1,7 @@ bin/swfdec-player bin/swfdec-thumbnailer +man/man1/swfdec-player.1.gz +man/man1/swfdec-thumbnailer.1.gz share/applications/swfdec-player.desktop share/icons/hicolor/16x16/apps/swfdec-gnome.png share/icons/hicolor/22x22/apps/swfdec-gnome.png @@ -77,8 +79,6 @@ share/locale/zh_HK/LC_MESSAGES/swfdec-gnome.mo share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo %%DATADIR%%/swfdec-player.ui @dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES |