# Ports collection makefile for: slush # Date created: Sun May 3, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # PORTNAME= slush PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/kris/ \ http://violet.ibs.com.au/slush/files/ \ ftp://www.dis.org/pub/Security/ MAINTAINER= shipley@dis.org COMMENT= A telnet-like application which uses a secure SSL channel GNU_CONFIGURE= yes USE_OPENSSL= yes .include .if ${OSVERSION} <= 300000 BROKEN= does not build .endif do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/control.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif ${INSTALL_PROGRAM} ${WRKSRC}/slush ${PREFIX}/bin/slush ${INSTALL_PROGRAM} ${WRKSRC}/slushd ${PREFIX}/sbin/slushd .include