blob: 46066593f4a9996cc99f5db1c6db770fe1b44f17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= galdata
DISTVERSION= 2008-04-11
PORTREVISION= 1
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
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>
|