mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
396d6ef04a
commit
89942966fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351012
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user