mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Stagify.
2: new syntax of LIB_DEPENDS. 3: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
2417987829
commit
46a2755050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359047
@ -10,20 +10,18 @@ MASTER_SITES= SF
|
||||
MAINTAINER= oz@cyprio.net
|
||||
COMMENT= GNOME client for Twitter
|
||||
|
||||
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
||||
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
notify.4:${PORTSDIR}/devel/libnotify \
|
||||
canberra:${PORTSDIR}/audio/libcanberra
|
||||
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
|
||||
libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
libnotify.so:${PORTSDIR}/devel/libnotify \
|
||||
libcanberra.so:${PORTSDIR}/audio/libcanberra
|
||||
|
||||
USE_XORG= x11
|
||||
USE_GNOME= glib20 gtk20 gconf2 libxml2 gnomedocutils
|
||||
INSTALLS_OMF= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
CONFIGURE_ENV+= GMSGFMT="${LOCALBASE}/bin/msgfmt"
|
||||
GCONF_SCHEMAS= twitux.schemas
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -24,15 +24,6 @@ share/twitux/spell_dlg.xml
|
||||
@dirrm share/gnome/help/twitux/C/figures
|
||||
@dirrm share/gnome/help/twitux/C
|
||||
@dirrm share/gnome/help/twitux
|
||||
@dirrmtry share/omf
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/gnome/help
|
||||
@dirrmtry share/gnome
|
||||
@dirrmtry lib/locale/sv/LC_MESSAGES
|
||||
@dirrmtry lib/locale/pt/LC_MESSAGES
|
||||
@dirrmtry lib/locale/ja/LC_MESSAGES
|
||||
@ -46,6 +37,3 @@ share/twitux/spell_dlg.xml
|
||||
@dirrmtry lib/locale/es
|
||||
@dirrmtry lib/locale/de
|
||||
@dirrmtry lib/locale
|
||||
@dirrmtry etc/gconf/schemas
|
||||
@dirrmtry etc/gconf/gconf.xml.defaults
|
||||
@dirrmtry etc/gconf
|
||||
|
Loading…
Reference in New Issue
Block a user