| File: games/xkobo/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 19 | Line 19 |
| You can use multiple lines if you want. endef | You can use multiple lines if you want. endef |
| LIBDEPS = devel/glibc lib/libstdc++ X11/XFree86 | SOURCE_LANGUAGES = c c++ LIBDEPS = X11/XFree86 |
| BUILDDEPS = devel/imake CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile | BUILDDEPS = devel/imake CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile |
| CONFIGURE_ARGS = $(DIRPATHS) -DINCROOT="includedir" | |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile |
| INSTALL_SCRIPTS = manifest | BUILD_ARGS = xkobo NINJACC=$(CC) NINJALD=$(LD) NINJACFLAGS="$(CFLAGS)" EXTRA_LDOPTIONS="$(LDFLAGS)" includedir="$(DESTDIR)$(includedir)" |
| CONFIGURE_ARGS = $(DIRPATHS) -DINCROOT="includedir" BUILD_ARGS = xkobo LDOPTIONS="$(LDFLAGS)" includedir="$(DESTDIR)$(includedir)" | INSTALL_SCRIPTS = manifest |
| # This should go before any hand-made rules. | |
| include ../../gar.mk | include ../../gar.mk |