Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / octave-forge-linear-algebra / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-linear-algebra
5 PORTVERSION=    2.2.0
6 PORTREVISION=   4
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 # OCTSRC is the name of the directory of the package.
13 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
14 OCTSRC=         ${OCTAVE_PKGNAME}
15
16 WRKSRC=         ${WRKDIR}/${OCTSRC}/src
17
18 RUN_DEPENDS+=   ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
19
20 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
21
22 post-build:
23         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
24         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
25
26 .include <bsd.port.mk>