summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-02 10:35:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-02 10:35:12 +0000
commita0ed3d8a1f4dfe94a1423731c228407b70f69617 (patch)
treead189863bd53b6dd2793a15080b8d1291d97631f /security/lsh/Makefile
parentAdd LANG to Makefile. (diff)
- Update to 1.5.1
- removed patches that are now part of distribution - support for guile/slib - fixed several new build errors
Notes
Notes: svn path=/head/; revision=76727
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index cdffd18fbd2a..588020cd830f 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= lsh
-PORTVERSION= 1.5
+PORTVERSION= 1.5.1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_GNUPG} \
ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
@@ -15,15 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0
-BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
+BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \
+ ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALL_TARGET= install
-MAN1= lsh_writekey.1 lsh_keygen.1 lsh.1
-MAN5= DSA.5 secsh.5 SHA.5 SPKI.5
-MAN8= lshd.8
CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib
LDFLAGS+= ${PTHREAD_LIBS}
@@ -46,7 +44,7 @@ post-install:
.for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key
strip ${PREFIX}/bin/${BIN}
.endfor
-.for SBIN in lshd lsh_proxy
+.for SBIN in lshd
strip ${PREFIX}/sbin/${SBIN}
.endfor
.if !defined(NOPORTDOCS)