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/math/sympow/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/sympow/Makefile
PORTNAME=	sympow
PORTVERSION=	2.023.6
DISTVERSIONPREFIX=	v
PORTREVISION=	3
CATEGORIES=	math

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Mathematical program for SYMmetric POWer elliptic curve L-functions
WWW=		https://gitlab.com/rezozer/forks/sympow

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	help2man:misc/help2man	\
		bash:shells/bash
LIB_DEPENDS=	libpari.so:math/pari

USES=		compiler:c++11-lang gmake shebangfix
SHEBANG_FILES=	${CONFIGURE_SCRIPT}

USE_GITLAB=	yes
GL_ACCOUNT=	rezozer/forks
GL_COMMIT=	7fd4d97cabc07951200b98ee841afc4151c2c287

HAS_CONFIGURE=	yes
CONFIGURE_SCRIPT=Configure
CONFIGURE_ENV=	CFLAGS="${CFLAGS}"

pre-configure:
	${REINPLACE_CMD} -e 's|-O3 ||' ${WRKSRC}/${CONFIGURE_SCRIPT}

post-build:
	${MKDIR} ${WRKDIR}/home ${WRKDIR}/var/cache/sympow/datafiles
	for file in `${LS} ${WRKSRC}/datafiles/*.txt`; do	\
		${SETENV} HOME=${WRKDIR}/home SYMPOW_PKGCACHEDIR="${WRKDIR}/var/cache/sympow"	\
		${WRKSRC}/sympow -txt2bin "`${GREP} -c AT $${file}`" <$${file} $${file%txt}bin; \
	done

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/datafiles/*.bin ${STAGEDIR}${DATADIR}/datafiles

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit