Tweak math/geg version 1.0.2_7
[dports.git] / math / octave-forge-nan / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-nan
5 PORTVERSION=    2.5.9
6 PORTREVISION=   2
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 MAKE_JOBS_UNSAFE=       yes
16
17 # OCTSRC is the name of the directory of the package.
18 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
19 OCTSRC=         NaN
20
21 WRKSRC=         ${WRKDIR}/${OCTSRC}/src
22
23 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
24
25 ALL_TARGET=     octave
26
27 post-build:
28         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
29         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
30
31 .include <bsd.port.mk>