1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/pari/Makefile
1998-11-28 05:39:01 +00:00

27 lines
575 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: Makefile,v 1.3 1998/10/14 01:32:24 jseger Exp $
#
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
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= gp.1
do-configure:
@(cd ${WRKSRC} ; ./Makemakefile i386)
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>