diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 08:58:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 08:58:26 +0000 |
commit | 4b2ad3d4d802a559ecf3999dd62738cfc2967419 (patch) | |
tree | a132a0a93cfc4389ce64b2ed7a5aec540a7412b3 /comms/zssh/Makefile | |
parent | f956e91b1da9c8cdf6deb6520e92752df60cf583 (diff) | |
download | ports-4b2ad3d4d802a559ecf3999dd62738cfc2967419.tar.gz ports-4b2ad3d4d802a559ecf3999dd62738cfc2967419.zip |
Notes
Diffstat (limited to 'comms/zssh/Makefile')
-rw-r--r-- | comms/zssh/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile new file mode 100644 index 000000000000..fae3f6aa16ba --- /dev/null +++ b/comms/zssh/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: zssh +# Date created: 13 October 2001 +# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) +# +# $FreeBSD$ +# + +PORTNAME= zssh +PORTVERSION= 1.5a +CATEGORIES= comms security +MASTER_SITES= http://prdownloads.sf.net/zssh/ +EXTRACT_SUFX= .tgz + +MAINTAINER= gslin@ccca.nctu.edu.tw + +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz + +HAS_CONFIGURE= yes + +MAN1= zssh.1 ztelnet.1 + +post-configure: + @${PERL} -pi -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile + +.include <bsd.port.mk> |