1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/mc/trunk/Makefile

Revision 16916, 1.0 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

  • Property svn:keywords set to Id
Line 
1# $Id$
2NAME = mc
3VERSION = 4.8.0
4CATEGORIES = utils
5GARTYPE = v2
6
7DESCRIPTION = A curses-based visual shell and file manager
8define BLURB
9endef
10
11# The function "isblank" is not there on Solaris 9, so we can either use
12# gnulib and build on Solaris 9, or build on Solaris 10.
13PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
14
15MASTER_SITES = http://www.midnight-commander.org/downloads/
16DISTFILES  = $(DISTNAME).tar.bz2
17
18PATCHFILES = 0001-Ticket-2643-4.8.0-can-t-compile-on-OpenIndiana-Solar.patch
19
20EXTRA_LDFLAGS= -lsocket
21
22RUNTIME_DEP_PKGS_CSWmc += CSWlibintl8
23RUNTIME_DEP_PKGS_CSWmc += CSWslang
24RUNTIME_DEP_PKGS_CSWmc += CSWglib2
25
26CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu
27CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu.sr
28CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/opt/csw/libexec/mc/extfs.d/README
29CHECKPKG_OVERRIDES_CSWmc += missing-dependency|CSWperl
30
31CONFIGURE_ARGS = $(DIRPATHS)
32
33include gar/category.mk
Note: See TracBrowser for help on using the browser.