diff options
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index b37812f943c..86dc19c1b9b 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/10/20 13:16:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 1999/11/23 16:12:39 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -8,22 +8,19 @@ WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= math MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ -MAINTAINER= mcmahill@alum.mit.edu +MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www-rocq.inria.fr/scilab/ -DEPENDS+= f2c-19980913:../../lang/f2c -DEPENDS+= xless-1.7:../../x11/xless -DEPENDS+= pvm-3.4.7:../../parallel/pvm3 +RUN_DEPENDS+= xless-1.7:../../x11/xless +DEPENDS+= pvm-3.4.2:../../parallel/pvm3 NO_CDROM= "no paid distribution of SCILAB" RESTRICTED= "no paid distribution of SCILAB" -PLIST_SRC= ${WRKDIR}/.PLIST-src - +USE_FORTRAN= yes USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-f2c MAKE_ENV+= HOME=${WRKSRC} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} @@ -38,8 +35,6 @@ pre-fetch: fi post-patch: - @${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \ - -e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC} @if [ ${MACHINE_ARCH} != "alpha" ]; then \ ${MV} ${WRKSRC}/scilab.star.orig ${WRKSRC}/scilab.star ; \ fi |