openbsd-ports/sysutils/rancid/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

33 lines
652 B
Makefile

COMMENT = Really Awesome New Cisco confIg Differ
DISTNAME = rancid-3.13
EPOCH = 0
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = https://www.shrubbery.net/rancid/
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
# Custom
PERMIT_PACKAGE = Yes
WANTLIB = c util
MASTER_SITES = ftp://ftp.shrubbery.net/pub/rancid/
RUN_DEPENDS = lang/expect
BUILD_DEPENDS = ${RUN_DEPENDS}
LOCALSTATEDIR = ${BASELOCALSTATEDIR}/rancid
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --prefix=${PREFIX} \
--disable-mk-localstatedir
MAKE_FLAGS = sysconfdir=${BASESYSCONFDIR}/rancid
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/rancid
USE_GMAKE = yes
.include <bsd.port.mk>