head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2009.11.19.22.07.38;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2006.05.07.11.09.18;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.27.07.55.17;	author sem;	state Exp;
branches;
next	1.9;

1.9
date	2005.07.28.18.34.11;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.30.06.22.58;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.11.17;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.12.00.36;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.04.05.46.28;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.06.22.06.40;	author pat;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.26.00.07.16;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.05.12.42.24;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.20.03.15.25;	author will;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ftpproxy
# Date created:				15 May 2001
# Whom:					Philippe Le Berre <philippe@@le-berre.com>
#
# $FreeBSD: head/ftp/ftpproxy/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ftpproxy
PORTVERSION=	1.2.3
PORTREVISION=	1
CATEGORIES=	ftp
MASTER_SITES=	http://www.ftpproxy.org/download/ \
		http://www.ftpproxy.org/download/older_releases/
EXTRACT_SUFX=	.tgz

MAINTAINER=	philippe@@le-berre.com
COMMENT=	A ftp proxy

USE_GMAKE=	yes
MAKE_JOBS_UNSAFE=	yes

MAN1=		ftp.proxy.1
MANCOMPRESSED=	no
PLIST_FILES=	sbin/ftp.proxy

pre-build:
	@@${REINPLACE_CMD} -e 's|^CFLAGS.*|CFLAGS=${CFLAGS} \
	     -DVERSION=\\"${PORTVERSION}\\"|' ${WRKSRC}/src/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/src/ftp.proxy ${PREFIX}/sbin
	@@${INSTALL_MAN} ${WRKSRC}/doc/ftp.proxy.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
@


1.12
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Remove USE_REINPLACE from all categories starting with F
@
text
@d20 1
@


1.10
log
@- Fix a wrong usage of CFLAGS in last update
  (the port does not build if CFLAGS defined in /etc/make.conf)

PR:		ports/86616
Reported by:	TANABE Hiroyasu <h@@cosat.com>
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	broken build
@
text
@a18 1
USE_REINPLACE=	yes
@


1.9
log
@- Update to 1.2.3

PR:		ports/83777
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	philippe le berre <philippe@@le-berre.com> (maintainer)
@
text
@d10 1
a20 1
CFLAGS +=-DVERSION=\\\"${PORTVERSION}\\\"
d27 2
a28 1
	@@${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/src/Makefile
@


1.8
log
@- Remove obsolete MASTER_SITES

PR:		ports/67362
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d9 1
a9 1
PORTVERSION=	1.1.5
d11 2
a12 1
MASTER_SITES=	http://www.ftpproxy.org/download/older_releases/
a17 1
WRKSRC=		${WRKDIR}/${DISTNAME}/src
d19 2
d26 2
a27 3
pre-patch:
	@@${RM} -Rf ${WRKSRC}/*.o ${WRKSRC}/src/ftp.proxy
	@@${REINPLACE_CMD} -e 's|SOL_TCP|SOL_SOCKET|' ${WRKSRC}/ftp.c
d30 2
a31 2
	@@${INSTALL_PROGRAM} ${WRKSRC}/ftp.proxy ${PREFIX}/sbin
	@@${INSTALL_MAN} ${WRKSRC}/../doc/ftp.proxy.1 ${PREFIX}/man/man1
@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d11 1
a11 4
MASTER_SITES=	http://www.ftpproxy.org/download/ \
		ftp://ftp.daemons.de/ \
		http://www.ftpproxy.org/download/older_releases/ \
		ftp://ftp.daemons.de/older_releases/
@


1.6
log
@De-pkg-comment.
@
text
@d25 1
@


1.5
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d18 1
@


1.4
log
@Update to 1.1.5

PR:		37349
Submitted by:	Gea-Suan Lin <gslin@@infomath.math.nctu.edu.tw>
Approved by:	maintainer
@
text
@d20 1
d27 1
a27 1
	@@${PERL} -pi.orig -e 's|SOL_TCP|SOL_SOCKET|' ${WRKSRC}/ftp.c
@


1.3
log
@Update to 1.1.4

PR:		34186
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
@


1.2
log
@Update to version 1.0.7

PR: 27881
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/ftpproxy/Makefile,v 1.1 2001/05/20 03:15:25 will Exp $
d9 1
a9 1
PORTVERSION=	1.0.7
d11 5
a15 2
MASTER_SITES=	http://ftp.daemons.de/download/
DISTNAME=	ftpproxy-${PORTVERSION}
d19 2
d24 3
a26 3
pre-build:
	${PERL} -pi -e "s@@gcc@@${CC}@@g; s@@-O2 -Wall -ggdb@@-Wall ${CFLAGS}@@g; \
			s@@/usr/local@@${PREFIX}@@g" ${WRKSRC}/Makefile
d28 3
a30 2
post-patch:
	${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
@


1.1
log
@Add ftpproxy 1.0.1, a ftp proxy.

PR:		27390
Submitted by:	Philippe Le Berre <philippe@@le-berre.com>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.0.1
d11 1
a11 1
MASTER_SITES=	http://www.quietsche-entchen.de/download/
@

