head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2005.12.26.07.49.55;	author anray;	state dead;
branches;
next	1.1;

1.1
date	2005.12.24.19.02.39;	author anray;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Move pftpx from missed dir pfptx.

Approved by:	sem(mentor)
@
text
@# New ports collection makefile for:	pftpx
# Date created:		27 June 2005
# Whom:			Scott Ullrich (geekgod@@geekgod.com)
#
# $FreeBSD: ports/ftp/pfptx/Makefile,v 1.1 2005/12/24 19:02:39 anray Exp $

PORTNAME=	pftpx
PORTVERSION=	0.8
CATEGORIES=	ftp
MASTER_SITES=	http://www.sentia.org/downloads/
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	geekgod@@geekgod.com
COMMENT=	Much enhanced ftp proxy for pf that supports most ftp protocols

LIB_DEPENDS=	event-1.1a:${PORTSDIR}/devel/libevent

MAN8=		pftpx.8

PLIST_FILES=	sbin/pftpx

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=	only for 5.0 and above
.endif

.if ${OSVERSION} < 502116
MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=34
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
CFLAGS+=	-DHAVE_ALTQ=1
.endif
.elif ${OSVERSION} < 600025
MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=35
CFLAGS+=	-DHAVE_ALTQ=1 -DHAVE_RULE_ANCHOR=1
.else
MAKE_ARGS=	LOCALBASE="${PREFIX}" OSLEVEL=37
CFLAGS+=	-DHAVE_ALTQ=1
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pftpx ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/pftpx.8 ${PREFIX}/man/man8

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


1.1
log
@Added pftpx, much enhanced ftp proxy for pf that supports most ftp protocols.

PR:		ports/90868
Submitted by:	thompsa
Approved by:	sem(mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@

