File: utils/mc/Makefile
base-0 patch-1
Line 1Line 1
GARNAME = mc
GARNAME = mc
GARVERSION = 4.5.55
GARVERSION = 4.6.0
CATEGORIES = utils
MASTER_SITES = http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
CATEGORIES = utils
MASTER_SITES = http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = gar-base.diff
#PATCHFILES = gar-base.diff
MAINTAINER = Curtis Doty <Curtis@GreenKey.net>
LICENSE = GPL2

MAINTAINER = Curtis Doty <Curtis@GreenKey.net>
LICENSE = GPL2

Line 17Line 17
you could ever live without it.
endef

you could ever live without it.
endef

LIBDEPS = devel/glib utils/gpm
LIBDEPS = devel/pkg-config devel/glib utils/gpm

GLIB_CONFIG = $(STAGINGDIR)/glib/glib-config
PKG_CONFIG = $(STAGINGDIR)/pkgconfig/pkg-config

CFLAGS += $(shell $(GLIB_CONFIG) --cflags)
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
CONFIGURE_ARGS = $(DIRPATHS) --with-gpm-mouse --without-gnome --with-included-slang --enable-largefile --with-glib-prefix=$(DESTDIR) --x-libraries=$(DESTDIR)$(libdir) --x-include=$(DESTDIR)$(includedir)
CONFIGURE_ENV = GLIB_CONFIG="$(GLIB_CONFIG)" PKG_CONFIG="$(PKG_CONFIG)"
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) --with-gpm-mouse --without-gnome --with-included-slang --enable-largefile --disable-glibtest --with-glib-prefix=$(DESTDIR)$(prefix) --x-libraries=$(DESTDIR)$(libdir) --x-include=$(DESTDIR)$(includedir) --with-ncurses=$(DESTDIR)$(libdir)
CONFIGURE_ARGS += --disable-nls

BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS += --disable-nls

BUILD_SCRIPTS = $(WORKSRC)/Makefile
BUILD_ARGS = -j1

INSTALL_SCRIPTS = $(WORKSRC)/Makefile

INSTALL_SCRIPTS = $(WORKSRC)/Makefile