Bump math/octave-forge-octcdf to version 1.1.8_4
[dports.git] / math / octave-forge-octcdf / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-octcdf
5 PORTVERSION=    1.1.8
6 PORTREVISION=   4
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
21 LIB_DEPENDS+=   libnetcdf.so:science/netcdf
22
23 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
24
25 post-build:
26         ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
27         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
28
29 .include <bsd.port.mk>