# New ports collection makefile for: ftpsesame # Date created: 1 May 2006 # Whom: Sergey Matveychuk # # $FreeBSD: ports/ftp/ftpsesame/Makefile,v 1.4 2006/05/02 06:16:35 sem Exp $ # PORTNAME= ftpsesame PORTVERSION= 0.95 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sem MAINTAINER= sem@FreeBSD.org COMMENT= Helper for pf firewall to pass FTP protocol MAN8= ftpsesame.8 PLIST_FILES= bin/ftpsesame USE_RC_SUBR= ftpsesame.sh MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX} .include .if ${OSVERSION} < 600034 IGNORE= need BIOCLOCK and BIOCSETWF ioctls (FreeBSD 6.0+) .endif .include