freebsd-ports/math/pari_nftables/Makefile
Thierry Thomas f6ab14221b Adding some PARI/GP related packages, to be used by SageMath:
- gp2c: Package for translating GP routines into C
- pari_elldata: Elliptic Curve Data for PARI/GP
- pari_galdata: Data needed by PARI/GP for polgalois
- pari_galpol: Database of Galois polynomials for PARI/GP
- pari_nftables: Repackaging of the historical megrez number field tables
- pari_seadata: Modular polynomials for PARI/GP
2020-03-28 18:37:49 +00:00

34 lines
739 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= nftables
DISTVERSION= 2008-09-29
CATEGORIES= math
MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/packages/
PKGNAMEPREFIX= pari-
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Repackaging of the historical megrez number field tables for PARI/GP
LICENSE= GPLv2
LIB_DEPENDS= libpari.so:math/pari
USES= tar:tgz
INSTDIR= ${STAGEDIR}${PREFIX}/share/pari/${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${INSTDIR}
${INSTALL_DATA} ${WRKSRC}/T* ${INSTDIR}/
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>