mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
194f732d49
Mathmatics library and advanced calculator package PR: 3357 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
26 lines
513 B
Makefile
26 lines
513 B
Makefile
# New ports collection makefile for: PARI
|
|
# Version required: 1.39.03
|
|
# Date created: 6 June 1997
|
|
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= pari-1.39.03
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \
|
|
ftp://math.ucla.edu/pub/pari/unix/
|
|
|
|
MAINTAINER= yoshiaki@kt.rim.or.jp
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
MAN1= gp.1
|
|
|
|
do-configure:
|
|
@(cd ${WRKSRC} ; ./Makemakefile i386)
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|