forked from Lainports/freebsd-ports
- fix sound by disabling the use of libcubeb [1] Feature safe: yes Submitted by: Jan Beich <jbeich@tormail.org> [1]
17 lines
426 B
Makefile
17 lines
426 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= seamonkey
|
|
PORTVERSION= 2.14.1
|
|
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 alsa-plugins-oss
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
.include <bsd.port.mk>
|