1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/pari/Makefile

33 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: PARI
# Version required: 2.0.18b
# Date created: 19 January 1999
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
DISTNAME= pari-2.0.18.beta
PKGNAME= pari-2.0.18b
CATEGORIES= math
MASTER_SITES= ftp://hasse.mathematik.tu-muenchen.de/pub/pari/
MAINTAINER= yoshiaki@kt.rim.or.jp
1999-07-04 21:29:55 +00:00
ONLY_FOR_ARCHS= i386
HAS_CONFIGURE = Yes
CONFIGURE_SCRIPT = Configure
CONFIGURE_ARGS = --prefix=${PREFIX}
CFLAGS=
#USE_GMAKE = Yes
MAKE_ARGS= gp
MAN1= gp.1 gphelp.1
MLINKS= gp.1 pari.1
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>