Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / octave-forge-nurbs / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-nurbs
5 PORTVERSION=    1.3.8
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 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
21
22 post-build:
23         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
24         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
25
26 .include <bsd.port.mk>