| File: utils/screen/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = screen | GARNAME = screen |
| GARVERSION = 3.9.8 | GARVERSION = 3.9.15 |
| CATEGORIES = utils MASTER_SITES = ftp://ftp.uni-erlangen.de/pub/utilities/screen/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = GPL2 | CATEGORIES = utils MASTER_SITES = ftp://ftp.uni-erlangen.de/pub/utilities/screen/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = GPL2 |
| LIBDEPS = devel/glibc lib/ncurses | |
| DESCRIPTION = screen define BLURB Screen is a terminal multiplexor that runs several "screens" on a | DESCRIPTION = screen define BLURB Screen is a terminal multiplexor that runs several "screens" on a |
| Line 16 | Line 14 |
| can be detached and resumed later on a different terminal. endef | can be detached and resumed later on a different terminal. endef |
| LIBDEPS = lib/ncurses | |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = manifest | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = manifest |