summaryrefslogtreecommitdiffstats
path: root/ftp/ftpsesame/Makefile
blob: 1f01f7480197f30d96cfbf58875642faf55cd28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	ftpsesame
# Date created:				1 May 2006
# Whom:					Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#

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 <bsd.port.pre.mk>

.if ${OSVERSION} < 502106
IGNORE=		there is no pf(4) in the base system
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud