2013-04-06 22:27:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:25 rodent Exp $
|
2000-08-03 19:49:25 +02:00
|
|
|
|
2005-05-31 20:02:31 +02:00
|
|
|
DISTNAME= yorick-1.6.02
|
2006-04-22 18:26:55 +02:00
|
|
|
PKGREVISION= 2
|
2000-08-03 19:49:25 +02:00
|
|
|
CATEGORIES= math
|
2008-09-02 04:08:33 +02:00
|
|
|
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/yorick/
|
Update to version 1.5.12.
Changes:
* The directory structure and configuration scripts have completely changed
* RGB colors supported for color= keyword, pli, plf, plfp
see help,color or help,pli for more information
* lsdir, mkdir, rmdir functions added so yorick can read and
manipulate directories by itself
* i86_primitives and other modern binary formats added
see help,createb and help,__i86 for more information
* cheby.i, convol.i, dawson.i, kepler.i added to interpreted
library
* added "hex" 3D transport solver (similar to drat 2D solver)
* improved the emacs/yorick.el package again, mostly by removing
unwanted "improvements" to emacs; see emacs/README
2003-04-30 00:41:43 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-08-03 19:49:25 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-09-02 04:08:33 +02:00
|
|
|
HOMEPAGE= http://yorick.sourceforge.net/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= Numerical algebra system (similar to Matlab)
|
2000-08-03 19:49:25 +02:00
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2005-05-31 20:02:31 +02:00
|
|
|
WRKSRC= ${WRKDIR}/yorick-1.6
|
2013-04-06 17:46:33 +02:00
|
|
|
BUILD_DIRS= ${WRKSRC} doc
|
2003-08-03 00:09:36 +02:00
|
|
|
INSTALL_DIRS= ${WRKSRC}
|
2010-02-04 15:51:44 +01:00
|
|
|
INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/site-lisp
|
|
|
|
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
|
Update to version 1.5.12.
Changes:
* The directory structure and configuration scripts have completely changed
* RGB colors supported for color= keyword, pli, plf, plfp
see help,color or help,pli for more information
* lsdir, mkdir, rmdir functions added so yorick can read and
manipulate directories by itself
* i86_primitives and other modern binary formats added
see help,createb and help,__i86 for more information
* cheby.i, convol.i, dawson.i, kepler.i added to interpreted
library
* added "hex" 3D transport solver (similar to drat 2D solver)
* improved the emacs/yorick.el package again, mostly by removing
unwanted "improvements" to emacs; see emacs/README
2003-04-30 00:41:43 +02:00
|
|
|
|
2006-03-05 17:27:22 +01:00
|
|
|
USE_TOOLS+= gmake makeinfo
|
2013-04-06 22:27:16 +02:00
|
|
|
INFO_FILES= yes
|
Update to version 1.5.12.
Changes:
* The directory structure and configuration scripts have completely changed
* RGB colors supported for color= keyword, pli, plf, plfp
see help,color or help,pli for more information
* lsdir, mkdir, rmdir functions added so yorick can read and
manipulate directories by itself
* i86_primitives and other modern binary formats added
see help,createb and help,__i86 for more information
* cheby.i, convol.i, dawson.i, kepler.i added to interpreted
library
* added "hex" 3D transport solver (similar to drat 2D solver)
* improved the emacs/yorick.el package again, mostly by removing
unwanted "improvements" to emacs; see emacs/README
2003-04-30 00:41:43 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
for f in ${WRKSRC}/ysite.sh; do \
|
|
|
|
${SED} -e 's:@PREFIX@:${PREFIX}:g' $$f > $$f.tmp \
|
|
|
|
&& ${MV} $$f.tmp $$f; \
|
|
|
|
done
|
2000-08-03 19:49:25 +02:00
|
|
|
|
|
|
|
post-install:
|
2010-02-04 15:51:44 +01:00
|
|
|
${LN} -sf ../lib/yorick/1.6/bin/yorick ${DESTDIR}${PREFIX}/bin/yorick
|
|
|
|
${LN} -sf ../lib/yorick/1.6/bin/gist ${DESTDIR}${PREFIX}/bin/gist
|
2006-04-22 18:26:55 +02:00
|
|
|
cd ${WRKSRC}/doc; for f in yorick.info yorick.info-[0-9]*; do \
|
2006-04-01 01:56:28 +02:00
|
|
|
${TEST} ! -f "$$f" || \
|
2010-02-04 15:51:44 +01:00
|
|
|
${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR}; \
|
2006-04-01 01:56:28 +02:00
|
|
|
done
|
2010-02-04 15:51:44 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
${LN} -sf ../yorick/1.6/doc ${DESTDIR}${PREFIX}/share/doc/yorick
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/emacs/*.el ${DESTDIR}${PREFIX}/share/emacs/site-lisp
|
2000-08-03 19:49:25 +02:00
|
|
|
|
2007-02-19 23:09:59 +01:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
2000-08-03 19:49:25 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|