summaryrefslogtreecommitdiff
path: root/www/galeon/options.mk
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-09-24 16:30:08 +0000
committersalo <salo@pkgsrc.org>2006-09-24 16:30:08 +0000
commitb455a82ff3f4f8c232fb253d1c5db66fccf48043 (patch)
tree70bf5600473ad174af6b50529cfb2968e66db2be /www/galeon/options.mk
parentba00ae25e6e04022f6fc5374dab07f8ffde4e786 (diff)
downloadpkgsrc-b455a82ff3f4f8c232fb253d1c5db66fccf48043.tar.gz
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.
Diffstat (limited to 'www/galeon/options.mk')
-rw-r--r--www/galeon/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/galeon/options.mk b/www/galeon/options.mk
new file mode 100644
index 00000000000..0156a6707fb
--- /dev/null
+++ b/www/galeon/options.mk
@@ -0,0 +1,12 @@
+# $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