Tweak math/geg version 1.0.2_7
[dports.git] / math / octave-forge-fits / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-fits
5 PORTVERSION=    1.0.5
6 CATEGORIES=     math
7
8 MAINTAINER=     stephen@FreeBSD.org
9 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
10
11 LICENSE=        GPLv3
12 LICENSE_FILE=   ${WRKDIR}/${OCTSRC}/COPYING
13
14 # OCTSRC is the name of the directory of the package.
15 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
16 OCTSRC=         ${OCTAVE_PKGNAME}
17
18 WRKSRC= ${WRKDIR}/${OCTSRC}/src
19
20 LIB_DEPENDS+=   libcfitsio.so:${PORTSDIR}/astro/cfitsio
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>