![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / galeon / Attic / Makefile (download)
Revision 1.94, Sat Mar 4 21:30:58 2006 UTC (17 years, 8 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.94 2006/03/04 21:30:58 jlam Exp $ # DISTNAME= galeon-1.3.21 PKGREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME2 Web browser based on gecko BROKEN_IN= pkgsrc-2005Q4 BUILD_USES_MSGFMT= yes CONFLICTS+= galeon-devel-[0-9]* USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES PKG_OPTIONS_VAR= PKG_OPTIONS.galeon .include "../../www/mozilla/gecko-options.mk" .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mfirefox) CONFIGURE_ARGS+= --with-mozilla=firefox .else BUILDLINK_RPATHDIRS.mozilla-gtk2+= lib/mozilla-gtk2 .endif GCONF2_SCHEMAS= galeon.schemas EGDIR= ${PREFIX}/share/examples/galeon CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \ ${PKG_SYSCONFDIR}/sound/events/galeon.soundlist .include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gnome-desktop/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../www/mozilla/gecko-depends.mk" .include "../../mk/bsd.pkg.mk"