| File: net/phoenix/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = MozillaFirebird GARVERSION = 0.6.1 | GARNAME = firefox GARVERSION = 0.8 |
| CATEGORIES = net | CATEGORIES = net |
| MASTER_SITES = http://ftp.mozilla.org/pub/firebird/releases/$(GARVERSION)/ | MASTER_SITES = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$(GARVERSION)/ |
| DISTFILES = $(GARNAME)-source-$(GARVERSION).tar.bz2 PATCHFILES = gar-base.diff MAINTAINER = Nick Moffitt <nick@zork.net> | DISTFILES = $(GARNAME)-source-$(GARVERSION).tar.bz2 PATCHFILES = gar-base.diff MAINTAINER = Nick Moffitt <nick@zork.net> |
| Line 18 | Line 18 |
| You can use multiple lines if you want. endef | You can use multiple lines if you want. endef |
| SOURCE_LANGUAGES = c c++ | |
| LIBDEPS = lib/gtk+ lib/zlib lib/idl X11/freetype devel/glib BUILDDEPS = archive/zip devel/pkg-config | LIBDEPS = lib/gtk+ lib/zlib lib/idl X11/freetype devel/glib BUILDDEPS = archive/zip devel/pkg-config |
| Line 32 | Line 32 |
| CONFIGURE_ENV = GLIB_CONFIG="$(GLIB_CONFIG)" GTK_CONFIG="$(GTK_CONFIG)" CONFIGURE_ENV += FT2_CONFIG="$(FT2_CONFIG)" LIBIDL_CONFIG="$(LIBIDL_CONFIG)" | CONFIGURE_ENV = GLIB_CONFIG="$(GLIB_CONFIG)" GTK_CONFIG="$(GTK_CONFIG)" CONFIGURE_ENV += FT2_CONFIG="$(FT2_CONFIG)" LIBIDL_CONFIG="$(LIBIDL_CONFIG)" |
| CONFIGURE_ARGS = $(DIRPATHS) --enable-default-toolkit=gtk --disable-mailnews --disable-ldap --disable-postscript --disable-xprint --enable-crypto --disable-jsd --disable-xinerama --disable-composer --disable-mathml --disable-installer --disable-tests --disable-debug --enable-optimize=-Os --disable-dtd-debug --disable-pedantic --enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help --enable-plaintext-editor-only --enable-toolkit-xlib --disable-glibtest --disable-libIDLtest --with-system-jpeg=$(DESTDIR)$(prefix) --with-system-zlib=$(DESTDIR)$(prefix) --with-system-png=$(DESTDIR)$(prefix) | CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) --enable-default-toolkit=gtk --disable-mailnews --disable-ldap --disable-postscript --disable-xprint --enable-crypto --disable-jsd --disable-xinerama --disable-composer --disable-mathml --disable-installer --disable-tests --disable-debug --enable-optimize=-Os --disable-dtd-debug --disable-pedantic --enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help --enable-plaintext-editor-only --enable-toolkit-xlib --disable-glibtest --with-glib-prefix=$(DESTDIR)$(prefix) --with-glib-exec-prefix=$(DESTDIR)$(exec_prefix) --disable-gtktest --with-gtk-prefix=$(DESTDIR)$(prefix) --with-gtk-exec-prefix=$(DESTDIR)$(exec_prefix) --disable-libIDLtest --with-system-jpeg=$(DESTDIR)$(prefix) --with-system-zlib=$(DESTDIR)$(prefix) --with-system-png=$(DESTDIR)$(prefix) --enable-static --disable-shared --x-includes=$(DESTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile |