freebsd-ports/math/pari/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

36 lines
662 B
Makefile

# New ports collection makefile for: PARI
# Date created: 19 January 1999
# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
#
# $FreeBSD$
#
PORTNAME= pari
PORTVERSION= 2.0.18b
CATEGORIES= math
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/
DISTNAME= pari-2.0.18.beta
MAINTAINER= yoshiaki@kt.rim.or.jp
ONLY_FOR_ARCHS= i386
INSTALLS_SHLIB= yes
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
HAVE_EMACS!= which emacs || echo nope
.if ${HAVE_EMACS} != "nope"
PLIST= ${PKGDIR}/PLIST.emacs
.endif
.include <bsd.port.mk>