openbsd-ports/net/ftpsesame/Makefile
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00

21 lines
407 B
Makefile

COMMENT= automagic packet filter configurator for FTP
DISTNAME= ftpsesame-0.95
REVISION= 8
CATEGORIES= net
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c pcap
MASTER_SITES= http://www.sentia.org/downloads/
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ftpsesame ${PREFIX}/sbin
${INSTALL_DATA} ${WRKBUILD}/ftpsesame.8 ${PREFIX}/man/man8
.include <bsd.port.mk>