| File: net/openssh/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| GARNAME = openssh | GARNAME = openssh |
| GARVERSION = 3.6.1p2 | GARVERSION = 3.7.1p1 |
| CATEGORIES = net MASTER_SITES = ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ | CATEGORIES = net MASTER_SITES = ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ |
| DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz sshd.passwd sshd.group sshd.bootstrap sshd.init ssh_config sshd_config | DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz sshd.passwd sshd.group sshd.bootstrap sshd.init ssh_config sshd_config powerpc-lnxbbc-linux.cache i386-lnxbbc-linux.cache i386-lnxuml-linux.cache PATCHFILES = gar-base.diff |
| GARUSERS = sshd MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = Modified_BSD Modified_BSD_LICENSE_TEXT = $(WORKSRC)/LICENCE # build-depends: libz-dev libssl-dev perl | GARUSERS = sshd MAINTAINER = Seth Schoen <schoen@loyalty.org> LICENSE = Modified_BSD Modified_BSD_LICENSE_TEXT = $(WORKSRC)/LICENCE # build-depends: libz-dev libssl-dev perl |
| LIBDEPS = devel/glibc lib/zlib crypto/openssl | SOURCE_LANGUAGES = c LIBDEPS = lib/zlib crypto/openssl |
| DESCRIPTION = openssh portable version define BLURB | DESCRIPTION = openssh portable version define BLURB |
| Line 20 | Line 22 |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile sshd.init | BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile sshd.init |
| CONFIGURE_ARGS = $(DIRPATHS) --with-cflags="$(CFLAGS)" --with-ldflags="$(LDFLAGS)" --with-cppflags="$(CPPFLAGS)" | CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) --cache-file=config.cache --with-cflags="$(CFLAGS)" --with-ldflags="$(LDFLAGS)" --with-cppflags="$(CPPFLAGS)" |
| BUILD_ARGS = LD=$(CC) | BUILD_ARGS = LD=$(CC) |