5c0b77f0a2
* Track the intended 1.0.0 release version (still alpha quality) * Fix auto-login with options to make tools like Ansible happy
26 lines
672 B
Makefile
26 lines
672 B
Makefile
PORTNAME= mac-telnet
|
|
PORTVERSION= 1.0.0.a1
|
|
CATEGORIES= net-mgmt net
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= MAC telnet client for connecting to MikroTik RouterOS devices
|
|
WWW= https://github.com/haakonnessjoen/MAC-Telnet
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= autoreconf libtool pkgconfig gettext ssl
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= haakonnessjoen
|
|
GH_PROJECT= MAC-Telnet
|
|
GH_TAGNAME= c3dc451
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
|
|
|
|
post-install:
|
|
@${CHMOD} 0600 ${STAGEDIR}${PREFIX}/etc/mactelnetd.users
|
|
@-${CHOWN} root ${STAGEDIR}${PREFIX}/etc/mactelnetd.users
|
|
|
|
.include <bsd.port.mk>
|