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

root/csw/mgar/pkg/top/trunk/Makefile

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

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

Line 
1NAME = top
2VERSION = 3.8beta1
3CATEGORIES = apps
4GARTYPE = v2
5
6DESCRIPTION = Unix system state reporter
7define BLURB
8endef
9
10SF_PROJ = unixtop
11MASTER_SITES = $(SF_MIRRORS)
12DISTFILES  = $(NAME)-$(VERSION).tar.gz
13
14# Location for browsing these patches is
15#   http://src.opensolaris.org/source/xref/userland/src/components/top/patches/
16# For safety they have also been put in files/
17MASTER_SITES += http://src.opensolaris.org/source/raw/userland/src/components/top/patches/
18PATCHFILES += 01.cmds.patch
19PATCHFILES += 02.hash-c.patch
20PATCHFILES += 03.sunos5.patch
21
22VENDOR_URL = http://www.unixtop.org/
23
24LICENSE = LICENSE
25
26# This is for terminfo:
27#   TERMINFO=/usr/share/lib/terminfo/
28CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/sparcv8/top
29CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/sparcv9/top
30CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/i386/top
31CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/amd64/top
32
33BUILD64 = 1
34ISAEXEC = 1
35
36# No runtime linker path as we don't reference any libs from /opt/csw
37RUNPATH_LINKER_FLAGS =
38
39# autoconf tries to compile for the current kernel. Get rid of
40# these extra flags as we set them ourselves with BUILD64 = 1
41BUILD_OVERRIDE_DIRS = ARCHFLAG
42
43CONFIGURE_ARGS = $(DIRPATHS)
44CONFIGURE_ARGS += --disable-dualarch
45
46# top doesn't have a testsuite
47TEST_TARGET =
48
49include gar/category.mk
Note: See TracBrowser for help on using the browser.