|
Revision 16916, 1.4 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = top |
|---|
| 2 | VERSION = 3.8beta1 |
|---|
| 3 | CATEGORIES = apps |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = Unix system state reporter |
|---|
| 7 | define BLURB |
|---|
| 8 | endef |
|---|
| 9 | |
|---|
| 10 | SF_PROJ = unixtop |
|---|
| 11 | MASTER_SITES = $(SF_MIRRORS) |
|---|
| 12 | DISTFILES = $(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/ |
|---|
| 17 | MASTER_SITES += http://src.opensolaris.org/source/raw/userland/src/components/top/patches/ |
|---|
| 18 | PATCHFILES += 01.cmds.patch |
|---|
| 19 | PATCHFILES += 02.hash-c.patch |
|---|
| 20 | PATCHFILES += 03.sunos5.patch |
|---|
| 21 | |
|---|
| 22 | VENDOR_URL = http://www.unixtop.org/ |
|---|
| 23 | |
|---|
| 24 | LICENSE = LICENSE |
|---|
| 25 | |
|---|
| 26 | # This is for terminfo: |
|---|
| 27 | # TERMINFO=/usr/share/lib/terminfo/ |
|---|
| 28 | CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/sparcv8/top |
|---|
| 29 | CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/sparcv9/top |
|---|
| 30 | CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/i386/top |
|---|
| 31 | CHECKPKG_OVERRIDES_CSWtop += file-with-bad-content|/usr/share|root/opt/csw/bin/amd64/top |
|---|
| 32 | |
|---|
| 33 | BUILD64 = 1 |
|---|
| 34 | ISAEXEC = 1 |
|---|
| 35 | |
|---|
| 36 | # No runtime linker path as we don't reference any libs from /opt/csw |
|---|
| 37 | RUNPATH_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 |
|---|
| 41 | BUILD_OVERRIDE_DIRS = ARCHFLAG |
|---|
| 42 | |
|---|
| 43 | CONFIGURE_ARGS = $(DIRPATHS) |
|---|
| 44 | CONFIGURE_ARGS += --disable-dualarch |
|---|
| 45 | |
|---|
| 46 | # top doesn't have a testsuite |
|---|
| 47 | TEST_TARGET = |
|---|
| 48 | |
|---|
| 49 | include gar/category.mk |
|---|