summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
blob: e76f9585bac6d624d8dfbf0fdc07715ec28c227d (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
29
30
31
32
# New ports collection makefile for:	PARI
# Version required:	2.0.13a
# Date created:		19 January 1999
# Whom:	Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
# $Id: Makefile,v 1.6 1999/01/26 02:46:49 steve Exp $
#

DISTNAME=	pari-2.0.13.alpha
PKGNAME=	pari-2.0.13a
CATEGORIES=	math
MASTER_SITES=   ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \
				ftp://hasse.mathematik.tu-muenchen.de/pub/pari/

MAINTAINER=     yoshiaki@kt.rim.or.jp

ONLY_FOR_ARCHS=	i386

HAS_CONFIGURE = Yes
CONFIGURE_SCRIPT = Configure
CONFIGURE_ARGS = --prefix=${PREFIX}
CFLAGS=

USE_GMAKE = Yes
MAKE_ARGS= 	gp

MAN1=		gp.1

post-install:
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>