mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b470e54638
Reported by: kris via pointyhat
31 lines
649 B
Makefile
31 lines
649 B
Makefile
# 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} < 600034
|
|
IGNORE= need BIOCLOCK and BIOCSETWF ioctls (FreeBSD 6.0+)
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|