openbsd-ports/net/inadyn/Makefile
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

30 lines
595 B
Makefile

COMMENT = small memory footprint dynamic dns updater
DISTNAME = inadyn-1.98.0
REVISION = 2
CATEGORIES = net
HOMEPAGE = http://vmlinux.org/jocke/inadyn.shtml
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c
MASTER_SITES = ftp://ftp.vmlinux.org/pub/People/jocke/inadyn/
EXTRACT_SUFX = .tar.bz2
MAKE_FLAGS = EXTRA_CFLAGS="${CFLAGS}"
USE_GMAKE = Yes
NO_TEST = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/inadyn/
${INSTALL_DATA} ${FILESDIR}/inadyn.conf ${PREFIX}/share/examples/inadyn/
.include <bsd.port.mk>