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

root/csw/mgar/pkg/di/trunk/Makefile

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

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

Line 
1NAME = di
2VERSION = 4.31
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = Disk information utility
7define BLURB
8  'di' is a disk information utility, displaying everything (and more)
9  that your 'df' command does. It features the ability to display your
10  disk usage in whatever format you desire/prefer/are used to. It is
11  designed to be portable across many platforms.
12endef
13
14MASTER_SITES = http://www.gentoo.com/di/
15DISTFILES  = $(NAME)-$(VERSION).tar.gz
16
17RUNTIME_DEP_PKGS_CSWdi += CSWlibintl8
18
19LICENSE = LICENSE
20
21PACKAGING_PLATFORMS  = solaris9-sparc solaris9-i386
22# Make extra packages for Solaris 10 as di is zone-aware
23PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
24
25CONFIGURE_SCRIPTS = 
26
27# Make sure the locale is configured to the right directory
28BUILD_OVERRIDE_VARS = prefix
29BUILD_OVERRIDE_VAR_prefix = $(prefix)
30
31TEST_SCRIPTS =
32
33INSTALL_OVERRIDE_DIRS = prefix
34
35include gar/category.mk
36
37pre-install-modulated:
38        ginstall -d $(DESTDIR)$(bindir)
39        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.