pkgsrc/www/galeon/options.mk
salo b455a82ff3 Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",
split option part to a separate file.

Remove Mozilla comment from DESCR.

Fix PLIST, bump PKGREVISION.
2006-09-24 16:30:08 +00:00

12 lines
313 B
Makefile

# $NetBSD: options.mk,v 1.1 2006/09/24 16:30:09 salo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.galeon
.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mfirefox)
CONFIGURE_ARGS+= --with-mozilla=firefox
.else
BUILDLINK_RPATHDIRS.seamonkey+= lib/seamonkey
.endif