1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/linux-mozilla/Makefile
Boris Samorodov 3d484c3f2d . remove linux-glib2 as a dependency from linux-seamonkey/Makefile.common
since it was incorporated into default linux base port;
. bump PORTREVISION for ports using linux-seamonkey/Makefile.common.

Pointed out by:	Portsnap buildbox
2009-01-21 23:28:09 +00:00

22 lines
548 B
Makefile

# 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= 3
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>