sturm 79a32636dd Initial import of ftpsesame 0.95
ftpsesame helps the FTP protocol get through your pf firewall. It does
this by passively analysing FTP control connections and adding rules
into a pf anchor when an FTP data connection is about to commence.

You might want to try ftpsesame instead of ftp-proxy(8) from the OpenBSD
base system for the following reasons: 
- it runs on "transparent" (no IP address) bridges 
- you need packetfilter performance on all data connections 
- you have to handle lots of simultaneous sessions 
- you do not want to redirect any traffic to the firewall itself: for IP
  accounting or other reasons
2005-07-30 15:45:30 +00:00

28 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/07/30 15:45:30 sturm Exp $
COMMENT= "automagic packet filter configurator for FTP"
DISTNAME= ftpsesame-0.95
CATEGORIES= net
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
MASTER_SITES= http://www.sentia.org/downloads/
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ftpsesame ${PREFIX}/sbin
${INSTALL_DATA} ${WRKBUILD}/ftpsesame.cat8 \
${PREFIX}/man/cat8/ftpsesame.0
.include <bsd.port.mk>