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


1.9
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.35.07;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.27.08.49.44;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.31.19.56.19;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.08.13.46.35;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.06.10.16.48;	author erwin;	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.12.12.09.50.36;	author barner;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	symbion-sslproxy
# Date created:				10 Dec 2005
# Whom:					Gabor Kovesdan
# $FreeBSD: head/security/symbion-sslproxy/Makefile 301858 2012-08-02 09:02:43Z cs $

PORTNAME=	symbion-sslproxy
PORTVERSION=	1.0.5
CATEGORIES=	security
MASTER_SITES=	SF/sslproxy/sslproxy/${PORTVERSION}
DISTNAME=	sslproxy-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	SSL proxy for securing insecure connections

USE_OPENSSL=	YES
USE_GMAKE=	YES
PLIST_FILES=	sbin/ssl_proxy
SUB_FILES+=	pkg-message

.include <bsd.port.pre.mk>

.if !defined(NOPORTDOCS)
PORTDOCS=	README
.endif

post-patch:
	${REINPLACE_CMD} -e 's|CC =|CC ?=|' \
			-e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin

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

post-install:
	${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.8
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d14 1
a14 1
COMMENT=	An SSL proxy for securing unsecure connections
@


1.6
log
@- Drop maintainership of some ports I don't use any more
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	sslproxy
@


1.5
log
@- Remove DESTDIR support from my ports as it is useless now. New implementation
  is coming.
@
text
@d14 1
a14 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.4
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d33 1
a33 1
	${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${TARGETDIR}/sbin
@


1.3
log
@Support DESTDIR

PR:		101431
Submitted by:	gabor (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d33 1
a33 1
	${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin
@


1.1
log
@Add symbion-sslproxy 1.0.5, an SSL proxy for securing unsecure
connections.

PR:		ports/90216
Submitted by:	Gabor Kovesdan
@
text
@a18 1
USE_REINPLACE=	YES
@

