| File: net/ncp/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 11 | Line 11 |
| #XXX: nwall package blurb goes here. endef | #XXX: nwall package blurb goes here. endef |
| LIBDEPS = devel/glibc # CONFIGURE_SCRIPTS = $(WORKSRC)/configure | |
| WORKSRC = $(WORKDIR)/$(GARNAME) | WORKSRC = $(WORKDIR)/$(GARNAME) |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = custom CONFIGURE_ARGS = $(DIRPATHS) | BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = custom CONFIGURE_ARGS = $(DIRPATHS) |
| include ../../gar.mk | |
| pre-build: echo "$(prefix)" > $(WORKSRC)/conf-home | pre-build: echo "$(prefix)" > $(WORKSRC)/conf-home |
| Line 29 | Line 28 |
| install $(WORKSRC)/npush $(DESTDIR)$(bindir) install $(WORKSRC)/npoll $(DESTDIR)$(bindir) $(MAKECOOKIE) | install $(WORKSRC)/npush $(DESTDIR)$(bindir) install $(WORKSRC)/npoll $(DESTDIR)$(bindir) $(MAKECOOKIE) |
| include ../../gar.mk | |