403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/sysutils/mtm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/mtm/Makefile
PORTNAME=	mtm
DISTVERSION=	1.2.1
CATEGORIES=	sysutils

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Terminal multiplexer focused on simplicity, compatibility and stability
WWW=		https://github.com/deadpixi/mtm

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/README.rst

# NB: ncurses 6.1 is required.
USES=		localbase

USE_CSTD=	gnu99
USE_GITHUB=	yes
GH_ACCOUNT=	deadpixi

MAKE_ENV=	DESTDIR="${DESTDIR}${PREFIX}"

CFLAGS+=	-I${NCURSESINC} ${CPPFLAGS}
LIBS+=		-L${NCURSESLIB} -lncurses -lutil

BINARY_ALIAS=	strip=true

PLIST_FILES=	bin/mtm \
		share/man/man1/mtm.1.gz
PORTDATA=	mtm.ti

do-install:
	${INSTALL_MAN} ${WRKSRC}/mtm.1 \
		${STAGEDIR}${MAN1PREFIX}/share/man/man1/mtm.1
	@${MKDIR} ${STAGEDIR}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/mtm ${STAGEDIR}${PREFIX}/bin/mtm
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/mtm.ti ${STAGEDIR}${DATADIR}/mtm.ti

.include <bsd.port.options.mk>

.if make(makesum) || make(fetch) && "${NO_CHECKSUM}" == yes
.else
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
USES+=		ncurses:base
.else
USES+=		ncurses:port
.endif
.endif

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit