freebsd-ports/ftp/ftpsesame/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

24 lines
520 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
MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
.include <bsd.port.mk>