head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.08.03.21.07.37;	author johans;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.23.19.10.24;	author araujo;	state Exp;
branches;
next	1.8;

1.8
date	2008.07.25.12.48.41;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.28.01.23.42;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.04.06.00.24;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.29.16.29.19;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.21.05.09.20;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.04.09.38.42;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.04.15.17;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.26.18.47.06;	author garga;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	tlswrap
# Date created:		25 July 2005
# Whom:			Daniel O'Connor <darius@@dons.net.au>
#
# $FreeBSD: head/security/tlswrap/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	tlswrap
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.tlswrap.com/
DISTNAME=	${PORTNAME}-1.04

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	An FTP proxy that wraps data and control with TLS/SSL

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes

PLIST_FILES=	bin/tlswrap
PORTDOCS=	README

post-patch:
	@@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \
		${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.10
log
@Update MASTER_SITES and WWW entry to new project location
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Pass maintainership to people that use it.

Feature safe:	yes
@
text
@d12 1
a12 1
MASTER_SITES=	http://tlswrap.sunsite.dk/
@


1.8
log
@- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
@
text
@d15 1
a15 1
MAINTAINER=	araujo@@FreeBSD.org
@


1.7
log
@- Uses "CC" to build in any case, regardless of what CC is set to.
- Bump PORTREVISION.

PR:		ports/122942
Submitted by:	Frank Fenor <frank@@fenor.de>
@
text
@a17 1
MAKE_ENV+=	CC="${CC}"
@


1.6
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d10 1
d18 1
d32 1
a32 1
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@


1.5
log
@- Change my mail address to araujo@@.

Approved by:	stas (mentor)
@
text
@a22 8
.include <bsd.port.pre.mk>

post-configure:
.if ( ${OSVERSION} < 500000 )
	@@${REINPLACE_CMD} -E 's,#define socklen_t size_t,,g' \
		${WRKSRC}/conf.h
.endif

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.4
log
@- update version to 1.0.4
- pass maintainership to submitter

PR:		108116
Submitted by:	Marcelo Araujo
@
text
@d14 1
a14 1
MAINTAINER=	araujo@@bsdmail.org
@


1.3
log
@Reset inactive maintainer who has not responded to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
d12 1
a12 1
DISTNAME=	${PORTNAME}-1.02
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d14 1
a14 1
MAINTAINER=	darius@@dons.net.au
@


1.1
log
@TLSWrap is a TLS/SSL FTP wrapper/proxy for UNIX and Windows, allowing you to
use your favourite FTP client with any TLS/SSL-enabled FTP server.

WWW: http://tlswrap.sunsite.dk/

PR:		ports/84028
Submitted by:	Daniel J. O'Connor <darius@@dons.net.au>
Thanks to:	novel
@
text
@a18 1
USE_REINPLACE=	yes
@

