b455a82ff3
split option part to a separate file. Remove Mozilla comment from DESCR. Fix PLIST, bump PKGREVISION.
12 lines
313 B
Makefile
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
|