freebsd-ports/math/Scilab/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

38 lines
1005 B
Makefile

# New ports collection makefile for: Scilab
# Version required: 2.3
# Date created: 13 June 1997
# Whom: paulo@isr.uc.pt
#
# $Id: Makefile,v 1.3 1998/07/25 12:54:07 asami Exp $
#
DISTNAME= scilab-2.3.1
PKGNAME= Scilab-2.3.1
CATEGORIES= math cad
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= paulo@isr.uc.pt
RUN_DEPENDS= xless:${PORTSDIR}/misc/xless
BROKEN= package
NO_CDROM= "Don't sell for profit."
WRKSRC= ${WRKDIR}/scilab-2.3
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
SCIDIR= ${X11BASE}/lib/X11/scilab
post-install:
@echo "******************************************************************************"
@echo 0 - COPYRIGHT NOTICE
@echo
@echo To use Scilab, you need to fill and return the end of the file notice.tex
@echo "or notice.ps (postscript file). You may email to Scilab@inria.fr."
@echo
@echo "******************************************************************************"
.include <bsd.port.mk>