openbsd-ports/net/ngircd/Makefile
ajacoutot c4096e6659 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:16:56 +00:00

34 lines
653 B
Makefile

COMMENT = lightweight irc server
DISTNAME = ngircd-26.1
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://ngircd.barton.de/
MAINTAINER = Michael <michi+openbsd@dataswamp.org>
# GPLv2
PERMIT_PACKAGE = Yes
# use pledge()
WANTLIB = c crypto iconv ssl z
MASTER_SITES = https://ngircd.barton.de/pub/ngircd/ \
https://ngircd.mirror.3rz.org/pub/ngircd/ \
https://ngircd.sourceforge.io/pub/ngircd/
LIB_DEPENDS = converters/libiconv
TEST_DEPENDS = lang/expect \
${BASE_PKGPATH}
SYSCONFDIR = ${BASESYSCONFDIR}/ngircd
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --with-iconv=${LOCALBASE} \
--with-openssl \
--enable-ipv6
.include <bsd.port.mk>