| File: utils/memtest86/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = memtest86 GARVERSION = 3.0 CATEGORIES = utils | GARNAME = memtest86 GARVERSION = 3.0 CATEGORIES = utils |
| MAINTAINER = Nate Riffe <inkblot@movealong.org> | |
| MASTER_SITES = http://www.memtest86.com/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = GPL2 | MASTER_SITES = http://www.memtest86.com/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = GPL2 |
| PATCHFILES=gar-base.diff | PATCHFILES = gar-base.diff |
| DESCRIPTION = Memory tester define BLURB | DESCRIPTION = Memory tester define BLURB |
| Line 17 | Line 18 |
| commercial. endef | commercial. endef |
| # Dependencies are of the form categorydir/packagedir LIBDEPS = DEPENDS = BUILDDEPS = # CONFIGURE_SCRIPTS = $(WORKSRC)/configure | |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile |
| INSTALL_SCRIPTS = custom | BUILD_ARGS = ARCH=$(GARCH) CC=$(CC) LD=$(LD) |
| CONFIGURE_ARGS = $(DIRPATHS) NODIRPATHS = # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir INSTALL_OVERRIDE_DIRS = | INSTALL_SCRIPTS = custom |
| # This should go before any hand-made rules. | |
| include ../../gar.mk install-custom: | include ../../gar.mk install-custom: |