Files
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

23 lines
340 B
Makefile

COMMENT = Internet Citizens Band Server
GH_ACCOUNT = mbelop
GH_PROJECT = icbd
GH_TAGNAME = 1.9
REVISION = 2
CATEGORIES = net
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c event
FAKE_FLAGS = PREFIX=${TRUEPREFIX}
NO_TEST = Yes
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>