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

35 lines
691 B
Makefile

COMMENT = Internet Relay Chat server
DISTNAME = ircd-hybrid-8.2.43
CATEGORIES = net
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
EXTRACT_SUFX = .tgz
REVISION = 0
HOMEPAGE = http://ircd-hybrid.com/
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c crypto ltdl ssl
LIB_DEPENDS = devel/libtool,-ltdl
CONFDIR = ${SYSCONFDIR}/ircd-hybrid
LOGDIR = ${LOCALSTATEDIR}/log/ircd-hybrid
SUBST_VARS += CONFDIR LOGDIR
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-tls=openssl
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_TEST = Yes
pre-configure:
@${SUBST_CMD} ${WRKSRC}/doc/reference.conf
.include <bsd.port.mk>