freebsd-ports/math/sympow/Makefile
Yuri Victorovich 0048a7060c math/pari: Update 2.11.4 -> 2.13.0
Bump 15 depending ports.

Reported by:	portscout
2020-10-25 05:39:48 +00:00

41 lines
986 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= sympow
PORTVERSION= 2.023.6
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mathematical program for SYMmetric POWer elliptic curve L-functions
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
post-build:
mkdir -p ${WRKDIR}/home
for file in `${LS} ${WRKSRC}/datafiles/*.txt`; do \
env HOME=${WRKDIR}/home ${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>