4ba1986a17
www/linux-mozillafirebird and the ports that inherit most of their information (except, e.g., distinfo) from it. These changes should be transparent to installs (tested and verified locally). While here, update two cases of stale distfile info. (MD5s verified versus mozilla.org.) PR: ports/67701 Approved by: maintainer timeout (2 weeks)
29 lines
1.2 KiB
Makefile
29 lines
1.2 KiB
Makefile
# 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}/accessibility/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
|
|
|
|
BROKEN= "Inconsistent dependencies (linux_base 7.x and 8.x)"
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird
|
|
.include "${MASTERDIR}/Makefile"
|