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

27 lines
441 B
Makefile

COMMENT= tunnel IPv4 data through DNS
DISTNAME= iodine-0.7.0
CATEGORIES= net
REVISION= 8
HOMEPAGE= https://code.kryo.se/iodine/
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
# ISC
PERMIT_PACKAGE= Yes
MASTER_SITES= ${HOMEPAGE}
DEBUG_PACKAGES= ${BUILD_PACKAGES}
WANTLIB= c z
FAKE_FLAGS= prefix=$(PREFIX) mandir=$(PREFIX)/man
MAKE_ENV= CC=${CC}
TEST_DEPENDS= devel/check
TEST_TARGET= test
.include <bsd.port.mk>