mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
22 lines
494 B
Makefile
22 lines
494 B
Makefile
# New ports collection makefile for: linux-seamonkey
|
|
# Date created: 1 February 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= seamonkey
|
|
PORTVERSION= 2.0.8
|
|
CATEGORIES= www
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= The open source, standards compliant web browser
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LINUX_APPS= dbusglib dbuslibs alsalib
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
.include <bsd.port.mk>
|