mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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)
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# New ports collection makefile for: ru-linux-mozillafirebird
|
|
# Date created: 2003-11-19
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= russian www linux
|
|
MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION}/contrib-localized
|
|
PKGNAMEPREFIX= ru-linux-
|
|
DISTNAME= MozillaFirebird-${PORTVERSION}-i686-pc-linux-gnu-ruRU
|
|
|
|
COMMENT= Firebird Web browser: Russian Linux/i386 version
|
|
|
|
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/default:${PORTSDIR}/x11-fonts/linux-urw-fonts
|
|
|
|
BROKEN= "Inconsistent dependencies (linux_base 7.x and 8.x)"
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/linux-mozillafirebird
|
|
.include "${MASTERDIR}/Makefile"
|