814943dae7
Makefile-seamonkey.common, modelled after firefox and thunderbird. www/seamonkey and www/seamonkey-gtk1 test-built by me on i386. www/seamonkey, www/seamonkey-gtk1, mail/thunderbird, mail/thunderbird-gtk1 and time/sunbird by <oster> on amd64, thanks! Fixes PR pkg/34622
24 lines
627 B
Text
24 lines
627 B
Text
# $NetBSD: Makefile-seamonkey.common,v 1.1 2006/09/26 22:21:32 salo Exp $
|
|
|
|
MOZILLA_BIN= seamonkey-bin
|
|
MOZ_VER= 1.0.5
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTNAME= seamonkey-${MOZ_DIST_VER}.source
|
|
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${MOZ_DIST_VER}/}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= ghen@NetBSD.org
|
|
HOMEPAGE= http://www.mozilla.org/projects/seamonkey
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/seamonkey/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/seamonkey/patches
|
|
|
|
CONFIGURE_ARGS+= --enable-application=suite
|
|
|
|
BUILD_SVG= # yes
|
|
BUILD_CALENDAR= # yes
|
|
BUILD_MATHML= # yes
|
|
|
|
.include "../../www/seamonkey/Makefile.common"
|