openbsd-ports/net/mac-telnet/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

32 lines
604 B
Makefile

COMMENT= client for MikroTik's "L2 telnet" protocol#'
GH_ACCOUNT= haakonnessjoen
GH_PROJECT= MAC-Telnet
GH_TAGNAME= v0.4.4
PKGNAME= ${DISTNAME:L}
REVISION= 2
CATEGORIES= net
HOMEPAGE= http://lunatic.no/2010/10/routeros-mac-telnet-application-for-linux-users/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c
BUILD_DEPENDS= devel/gettext,-tools
SEPARATE_BUILD= Yes
CONFIGURE_ARGS= --disable-nls
CONFIGURE_STYLE= autoreconf
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
AUTORECONF= ./autogen.sh
post-install:
rm ${WRKINST}/etc/mactelnetd.users ${PREFIX}/man/man1/mactelnetd.1
.include <bsd.port.mk>