mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
23 lines
537 B
Makefile
23 lines
537 B
Makefile
# New ports collection makefile for: linux-firefox-devel
|
|
# Date created: 8 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firefox
|
|
DISTVERSION= 3.5.6
|
|
CATEGORIES= www
|
|
MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Web browser based on the browser portion of Mozilla
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LINUX_APPS= dbusglib dbuslibs alsalib
|
|
|
|
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
|
|
.include <bsd.port.mk>
|