Update math/octave-forge-general to version 1.3.2_1
[dports.git] / math / octave-forge-general / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD: math/octave-forge-general/Makefile 331644 2013-10-26 00:52:33Z gerald $
3
4 PORTNAME=       octave-forge-general
5 PORTVERSION=    1.3.2
6 PORTREVISION=   1
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 NO_STAGE=       yes
19 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
20
21 post-build:
22         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
23         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
24
25 .include <bsd.port.mk>