diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 06:01:13 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 06:01:13 +0800 |
commit | 9bcf09ff216da16c44c7d898cf9cee67f4dd25fc (patch) | |
tree | 1e449508d719926c8a7d0f192e9e68c08a5690e1 /japanese | |
parent | 7c0fa13834bdcca9e1d613434477c01bcf0cfbf4 (diff) | |
download | freebsd-ports-gnome-9bcf09ff216da16c44c7d898cf9cee67f4dd25fc.tar.gz freebsd-ports-gnome-9bcf09ff216da16c44c7d898cf9cee67f4dd25fc.tar.zst freebsd-ports-gnome-9bcf09ff216da16c44c7d898cf9cee67f4dd25fc.zip |
new Japanese-language, Linux/i386 binary port of Firebird Web browser
with Xft support, linked with GTK+ 2.X
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/linux-mozillafirebird-gtk2/Makefile | 26 | ||||
-rw-r--r-- | japanese/linux-mozillafirebird-gtk2/distinfo | 1 | ||||
-rw-r--r-- | japanese/linux-mozillafirebird-gtk2/pkg-descr | 9 |
4 files changed, 37 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 31269211c368..9b52b0c7a017 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -180,6 +180,7 @@ SUBDIR += libslang SUBDIR += linux-JM SUBDIR += linux-mozillafirebird-gtk1 + SUBDIR += linux-mozillafirebird-gtk2 SUBDIR += linux-ttfonts SUBDIR += linux_locale SUBDIR += lipsf diff --git a/japanese/linux-mozillafirebird-gtk2/Makefile b/japanese/linux-mozillafirebird-gtk2/Makefile new file mode 100644 index 000000000000..1c449387daf9 --- /dev/null +++ b/japanese/linux-mozillafirebird-gtk2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ja-linux-mozillafirebird-gtk2 +# Date created: 2003-11-19 +# Whom: trevor +# +# $FreeBSD$ +# + +CATEGORIES= japanese www linux +MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION}/contrib-localized +PKGNAMEPREFIX= ja- +PKGNAMESUFFIX= -gtk2 +DISTNAME= MozillaFirebird-${PORTVERSION}-i686-linux-gtk2+xft-jaJP + +COMMENT= Firebird Web browser: Japanese, Linux/i386, GTK+ 2.X, with Xft + +RUN_DEPENDS= \ +${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \ +${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \ +${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/devel/linux-atk \ +${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ +${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ +${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ +${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango \ +${LINUXBASE}/usr/share/fonts/ja/TrueType:${PORTSDIR}/japanese/linux-ttfonts + +.include "../../www/linux-mozillafirebird/Makefile" diff --git a/japanese/linux-mozillafirebird-gtk2/distinfo b/japanese/linux-mozillafirebird-gtk2/distinfo new file mode 100644 index 000000000000..c776b0373e02 --- /dev/null +++ b/japanese/linux-mozillafirebird-gtk2/distinfo @@ -0,0 +1 @@ +MD5 (MozillaFirebird-0.7-i686-linux-gtk2+xft-jaJP.tar.gz) = dfbe3bd5b2bc6c289054c672be61de2d diff --git a/japanese/linux-mozillafirebird-gtk2/pkg-descr b/japanese/linux-mozillafirebird-gtk2/pkg-descr new file mode 100644 index 000000000000..013e155d3df7 --- /dev/null +++ b/japanese/linux-mozillafirebird-gtk2/pkg-descr @@ -0,0 +1,9 @@ +Mozilla Firebird is a Web, FTP and gopher browser branched from Mozilla. It +does not include an HTML editor, e-mail user agent, IRC client, or news reader. + +This is a pre-compiled Linux/i386 version, able to run plugins from that +platform. This port is compatible with the Flash plugin from +ports/www/linux-flashplugin6/ and with the Java plugin from +ports/java/linux-blackdown-jdk14/. + +WWW: http://jt.mozilla.gr.jp/products/firebird/ |