diff options
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index f6eb0e5a428d..49b2da509681 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Scilab -# Version required: 2.4.1 # Date created: 13 June 1997 # Whom: paulo@isr.uc.pt # # $FreeBSD$ # -DISTNAME= scilab-${SCILAB_VER} -PKGNAME= Scilab-${SCILAB_VER} +PORTNAME= Scilab +PORTVERSION= 2.4.1 CATEGORIES= math cad MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ +DISTNAME= scilab-${PORTVERSION} EXTRACT_SUFX= -src.tar.gz MAINTAINER= paulo@isr.uc.pt @@ -17,8 +17,7 @@ MAINTAINER= paulo@isr.uc.pt RUN_DEPENDS= pvm:${PORTSDIR}/net/pvm \ xless:${PORTSDIR}/misc/xless -SCILAB_VER= 2.4.1 -PLIST_SUB+= SCILAB_VER=${SCILAB_VER} +PLIST_SUB= SCILAB_VER=${PORTVERSION} NO_CDROM= "Don't sell for profit." GNU_CONFIGURE= yes |