Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / octave-forge-general / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-general
5 PORTVERSION=    1.3.4
6 PORTREVISION=   3
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 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
19
20 post-build:
21         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
22         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
23
24 .include <bsd.port.mk>