2009-11-30 09:55:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/11/30 09:55:57 sthen Exp $
|
2005-07-30 15:45:30 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= automagic packet filter configurator for FTP
|
2005-07-30 15:45:30 +00:00
|
|
|
|
|
|
|
DISTNAME= ftpsesame-0.95
|
2009-11-30 09:55:57 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2005-07-30 15:45:30 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
|
|
|
|
|
2009-11-30 09:55:57 +00:00
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
2005-07-30 15:45:30 +00:00
|
|
|
|
|
|
|
# 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>
|