freebsd-ports/math/pari_galdata/Makefile
Yuri Victorovich 3064601ea2 math/pari: Update 2.13.4 -> 2.15.0
Reported by:	portscout
2022-09-27 19:25:36 -07:00

30 lines
653 B
Makefile

PORTNAME= galdata
DISTVERSION= 2008-04-11
PORTREVISION= 2
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= Data needed by PARI/GP for polgalois
WWW= https://pari.math.u-bordeaux.fr/packages.html
LICENSE= GPLv2
LIB_DEPENDS= libpari.so:math/pari
USES= tar:tgz
WRKSRC= ${WRKDIR}/data/${PORTNAME}
INSTDIR= ${STAGEDIR}${PREFIX}/share/pari/${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes
do-install:
${MKDIR} ${INSTDIR}
${INSTALL_DATA} ${WRKSRC}/* ${INSTDIR}/
.include <bsd.port.mk>