head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.15
	RELEASE_5_5_0:1.15
	RELEASE_6_0_0:1.15
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.12
	RELEASE_5_0_0:1.11
	RELEASE_4_7_0:1.11
	RELEASE_4_6_2:1.11
	RELEASE_4_6_1:1.11
	RELEASE_4_6_0:1.11
	RELEASE_5_0_DP1:1.11
	RELEASE_4_5_0:1.11
	RELEASE_4_4_0:1.11
	RELEASE_4_3_0:1.11
	RELEASE_4_2_0:1.11
	RELEASE_4_1_1:1.11
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.9
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.2
	v0_1_0:1.1.1.1
	SHIPLEY:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2008.09.03.03.42.43;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2006.06.23.05.28.33;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2004.05.26.07.03.44;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2003.10.27.14.11.12;	author krion;	state Exp;
branches;
next	1.13;

1.13
date	2003.05.18.12.13.18;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2003.02.21.13.26.55;	author knu;	state Exp;
branches;
next	1.11;

1.11
date	2000.09.22.04.18.53;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2000.09.22.01.59.01;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2000.06.02.03.18.45;	author will;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.21.08.18.58;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.09.18.30.29;	author cpiazza;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.06.22.20.56;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	99.11.07.22.25.38;	author dirk;	state Exp;
branches;
next	1.4;

1.4
date	99.08.31.01.51.43;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	99.05.24.02.21.33;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.05.09.17.53.12;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.05.09.17.50.05;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.09.17.50.05;	author steve;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# Ports collection makefile for:  slush
# Date created:			  Sun May 3, 1999
# Whom:                 	shipley@@dis.org
#
# $FreeBSD: head/security/slush/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	slush
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	crypt/SSL/slush

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A telnet-like application which uses a secure SSL channel

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes

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 <bsd.port.mk>
@


1.17
log
@Reset shipley@@dis.org due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	shipley@@dis.org
@


1.15
log
@- Fix MASTER_SITES

PR:		ports/67197
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@a20 5
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
BROKEN=		does not build
.endif

d30 1
a30 1
.include <bsd.port.post.mk>
@


1.14
log
@- Fix build on -current
- Fixes for portlint (DOCSDIR)

PR:		58582
Submitted by:	elvis@@sslab.cs.ccu.edu.tw
@
text
@d12 2
a13 3
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/
@


1.13
log
@BROKEN on 5.1: does not compile
@
text
@d10 1
d20 1
a20 2

USE_OPENSSL=	YES
a26 4
.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

d29 3
a31 6
	@@${MKDIR} ${PREFIX}/share/doc/slush
	${INSTALL_MAN} ${WRKSRC}/control.txt ${PREFIX}/share/doc/slush
	${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/slush
	${INSTALL_MAN} ${WRKSRC}/HISTORY ${PREFIX}/share/doc/slush
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/slush
	${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/slush
@


1.12
log
@De-pkg-comment.
@
text
@d27 4
@


1.11
log
@Host the distfile myself since the other two sites are non-fetchable right
now
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.10 2000/09/22 01:59:01 kris Exp $
d16 1
@


1.10
log
@Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.9 2000/06/02 03:18:45 will Exp $
d11 2
a12 1
MASTER_SITES=	http://violet.ibs.com.au/slush/files/ \
@


1.9
log
@Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.8 2000/04/21 08:18:58 mharo Exp $
d18 1
a18 1
USE_OPENSSL=	RSA
@


1.8
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.7 2000/04/09 18:30:29 cpiazza Exp $
d10 1
a10 1
CATEGORIES=	security net
@


1.7
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.6 2000/02/06 22:20:56 kris Exp $
d9 1
a9 1
PORTVERSION= 	0.1.1
@


1.6
log
@USE_OPENSSL

Assisted by:    Jim Bloom <bloom@@acm.org>
@
text
@a1 1
# Version required:     	  0.1.0
d5 1
a5 1
# $FreeBSD: ports/security/slush/Makefile,v 1.5 1999/11/07 22:25:38 dirk Exp $
d8 2
a9 1
DISTNAME=	slush-0.1.1
@


1.5
log
@Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/slush/Makefile,v 1.4 1999/08/31 01:51:43 peter Exp $
a15 6
BUILD_DEPENDS=	openssl:${PORTSDIR}/security/openssl
LIB_DEPENDS=	crypto.1:${PORTSDIR}/security/openssl \
		ssl.1:${PORTSDIR}/security/openssl

#MAN=		slush.1

d18 1
a18 1
#NOPROFILE=	true
a22 4
.endif

.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
MAKE_ENV+=	EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d17 2
@


1.3
log
@Update to version 0.1.1.

PR:		11663
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/05/09 17:53:12 steve Exp $
@


1.2
log
@Put a little more of DISTNAME into EXTRACT_SUFX so it is a little
more consistent with tradition.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/05/09 17:50:05 steve Exp $
d9 1
a9 2
DISTNAME=	slush-0_1_0
PKGNAME=	slush-0.1.0
d11 2
a12 2
MASTER_SITES=	ftp://www.dis.org/pub/Security/
EXTRACT_SUFX=	_tar.gz
a28 1
WRKSRC=		${WRKDIR}/slush-0.1.0
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
a7 1
#DISTDIR=	/var/tmp/	# for debuging
d9 1
a9 1
DISTNAME=	slush-0_1_0_tar
d13 1
a13 1
EXTRACT_SUFX=	.gz
@


1.1.1.1
log
@Initial import of slush version 0.1.0.
A telnet-like application which uses a secure SSL channel.

PR:		11557
Submitted by:	Peter Shipley <shipley@@dis.org>
@
text
@@
