pkgsrc-wip/doorman/Makefile
pancake ;) 89749b38e2 Initial import of doorman:
=========================
The doorman is intended to run on systems which have their firewall rules
turned down tightly enough as to be effectively invisible to the outside
world.

The doorman adds and removes extra rules in a carefully controlled manner.


TODO:

IT DOES NOT BUILDS.

any idea? suggestion? if anybody could help on that i'll be happy :)
2004-09-08 15:10:05 +00:00

23 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/09/08 15:10:05 poppnk Exp $
#
DISTNAME= doorman-0.8
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=doorman/}
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://doorman.sourceforge.net/
COMMENT= Open ports when requested by a *secret knock*
DEPENDS= lsof>4.7:../../sysutils/lsof
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS=yacc
.include "../../databases/db4/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../devel/flex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"