# New ports collection makefile for:	PARI
# Date created:		19 January 1999
# Whom:	Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
# $FreeBSD: ports/math/pari/Makefile,v 1.21 2001/01/16 17:31:30 sobomax Exp $
#

PORTNAME=	pari
PORTVERSION=	2.1.0
CATEGORIES=	math
MASTER_SITES=	ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/

MAINTAINER=	yoshiaki@kt.rim.or.jp

ONLY_FOR_ARCHS=	i386

INSTALLS_SHLIB=	yes
HAS_CONFIGURE=	yes
CONFIGURE_SCRIPT=	Configure
CONFIGURE_ARGS=	--prefix=${PREFIX}

USE_GMAKE=	yes
MAKE_ARGS=	gp

MAN1=		gp.1 gphelp.1
MLINKS=		gp.1 pari.1

HAVE_EMACS!=	which emacs || echo nope
.if ${HAVE_EMACS} != "nope"
PLIST=		${PKGDIR}/pkg-plist.emacs
.endif

.include <bsd.port.mk>
