freebsd-ports/comms/zssh/Makefile
Christian Weisgerber b3dfd38529 Fix master site.
PR:		41111
Submitted by:	Andreas Schulz <ats@first.fhg.de>,
		Tilman Linneweh <tilman@arved.de>
2002-07-29 14:44:35 +00:00

28 lines
562 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= comms security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= zssh
EXTRACT_SUFX= .tgz
MAINTAINER= gslin@ccca.nctu.edu.tw
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz
USE_REINPLACE= yes
HAS_CONFIGURE= yes
MAN1= zssh.1 ztelnet.1
post-configure:
@${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>