403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/b2sum/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/b2sum/Makefile
PORTNAME=	b2sum
PORTVERSION=	20190724
PORTREVISION=	1
CATEGORIES=	sysutils security

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast secure hashing
WWW=		https://blake2.net/

LICENSE=	CC0-1.0
LICENSE_FILE=	${WRKSRC}/../COPYING

MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS}"
MAKEFILE=	makefile
USE_CSTD=	c99
WRKSRC_SUBDIR=	b2sum

PLIST_FILES=	bin/b2sum

USE_GITHUB=	yes
GH_ACCOUNT=	BLAKE2
GH_PROJECT=	BLAKE2

OPTIONS_DEFINE=	OPENMP OPTIMIZED_CFLAGS SSE
OPTIONS_DEFAULT_amd64=	SSE
SSE_DESC=	Use SSE2, SSSE3, SSE4.1, AVX or XOP instructions

OPENMP_CFLAGS=	-fopenmp

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
CFLAGS+=	-O3
.if !${CFLAGS:M-march=*}
CFLAGS+=	-march=native
.endif
.endif

.if (${PORT_OPTIONS:MSSE} && (${ARCH} == "i386" || ${ARCH} == "amd64"))
CFLAGS+=	-I../sse -flax-vector-conversions
.else
CFLAGS+=	-I../ref
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-makefile
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/b2sum ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit