Update math/cloog to version 0.18.3
[dports.git] / math / octave-forge-octgpr / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-octgpr
5 PORTVERSION=    1.2.0
6 PORTREVISION=   8
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 LICENSE=        GPLv2
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 GNU_CONFIGURE=  yes
21
22 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
23
24 post-build:
25         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
26         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
27
28 .include <bsd.port.mk>