aboutsummaryrefslogtreecommitdiff
path: root/www/linux-mozilla/Makefile
blob: da760ab35d4b29169f4f518d267ceb23d5397392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	linux-mozilla
# Date created:				2001-11-24
# Whom:					trevor
#
# $FreeBSD$
#

PORTNAME=	mozilla
PORTVERSION=	1.7.13
DISTVERSIONPREFIX=	i686-pc-linux-gnu-
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITE_SUBDIR=	${PORTNAME}/releases/${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The open source, standards compliant web browser

RUN_DEPENDS=	${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk

.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
.include <bsd.port.mk>