| File: devel/imake/Makefile | |
|---|---|
| lnx-bbc--stable--2.1--patch-38 | lnx-bbc--research--0.0--patch-33 |
| Line 1 | Line 1 |
| GARNAME = imake GARVERSION = 4.2.1 CATEGORIES = devel | GARNAME = imake GARVERSION = 4.2.1 CATEGORIES = devel |
| MASTER_SITES = ftp://ftp.xfree86.org/pub/XFree86/4.2.0/source/ MASTER_SITES += ftp://ftp.xfree86.org/pub/XFree86/$(GARVERSION)/patches/ MASTER_SITES += ftp://ftp.tux.org/pub/distributions/tinylinux/tinyX/ | MAINTAINER = Nate Riffe <inkblot@movealong.org> |
| SOURCEPKG = X11/XFree86 | SOURCEPKG = X11/XFree86 |
| DISTFILES = Makefile license MAINTAINER = Heather Stern <star@starshine.org> WORKSRC = $(WORKDIR)/xc/config/$(GARNAME) BUILDDEPS = | DISTFILES = license |
| LICENSE = redistrib_modify_indemnify | LICENSE = redistrib_modify_indemnify |
| LICENSE = MIT | |
| redistrib_modify_indemnify_LICENSE_TEXT = $(WORKDIR)/license | redistrib_modify_indemnify_LICENSE_TEXT = $(WORKDIR)/license |
| DESCRIPTION = imake is a cc preprocessor for make. define BLURB This is a C and C++ preprocessor for make. Control files closely | DESCRIPTION = imake is a cc preprocessor for make. define BLURB This is a C and C++ preprocessor for make. Control files closely |
| Line 22 | Line 17 |
| This was copied whole, with the exception of renaming Makefile.ini to Makefile, from the XFree86 4.2.1 distribution. endef | This was copied whole, with the exception of renaming Makefile.ini to Makefile, from the XFree86 4.2.1 distribution. endef |
| LICENSE = MIT | |
| PATCHDIRLEVEL = 0 LIBDEPS = devel/glibc | WORKSRC = $(WORKDIR)/xc/config/$(GARNAME) |
| CONFIGURE_SCRIPTS = | |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile |
| INSTALL_SCRIPTS = $(WORKSRC)/Makefile INSTALL_OVERRIDE_DIRS = DESTDIR bindir | BUILD_ARGS = -f Makefile.ini CC="$(CC)" INSTALL_SCRIPTS = custom |
| include ../../gar.mk | include ../../gar.mk |
| extract-Makefile: cp $(DOWNLOADDIR)/Makefile $(WORKSRC)/Makefile | install-custom: install -D -m 755 $(WORKSRC)/imake $(DESTDIR)$(bindir)/imake |
| $(MAKECOOKIE) | $(MAKECOOKIE) |