pkgsrc/math/octave-current/Makefile
2003-07-17 21:41:05 +00:00

69 lines
2.1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2003/07/17 21:47:51 grant Exp $
DISTNAME= octave-2.1.33
PKGNAME= octave-2.1.34
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ \
ftp://ftp.task.gda.pl/pub/software/octave/bleeding-edge/
EXTRACT_SUFX= .tar.bz2
PATCHFILES= octave-2.1.33-2.1.34.patch.gz
PATCH_SITES= ${MASTER_SITES}
PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.che.wisc.edu/octave/
COMMENT= High-level language, primarily intended for numerical computations
BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= readline>=4.0:../../devel/readline
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
USE_GCC3=YES
. include "../../mk/gcc.buildlink2.mk"
.endif
USE_X11= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FORTRAN= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--with-g77
CONFIGURE_ARGS+=--enable-shared --enable-rpath
CONFIGURE_ARGS+=-prefix=${PREFIX}
CONFIGURE_ENV+= FFLAGS="${CFLAGS}" OBJECT_FMT="${OBJECT_FMT}"
LDFLAGS+= -L${PREFIX}/lib
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
INFO_FILES= octave.info liboctave.info
LIBOCTAVE_INFO= liboctave.info liboctave.info-1 \
liboctave.info-2 liboctave.info-3
OCTAVE_DOC= faq/Octave-FAQ.ps interpreter/octave.ps \
liboctave/liboctave.ps refcard/refcard-a4.ps \
refcard/refcard-legal.ps refcard/refcard-letter.ps
OCTAVE_HTML= faq/Octave-FAQ_toc.html interpreter/octave_*.html \
interpreter/octave.html liboctave/liboctave_*.html
post-patch:
@cd ${WRKSRC}/libcruft/misc && ${RM} -f xstopx.f dostop.c
post-install:
.for f in ${LIBOCTAVE_INFO}
${INSTALL_DATA} ${WRKSRC}/doc/liboctave/$f ${PREFIX}/info
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/octave
.for f in ${OCTAVE_DOC}
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/octave
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/octave
.for f in ${OCTAVE_HTML}
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/html/octave
.endfor
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"