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