Tweak math/octave-forge-lssa version 0.1.2_1
[dports.git] / math / octave-forge-lssa / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-lssa
5 PORTVERSION=    0.1.2
6 PORTREVISION=   1
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 LICENSE=        GPLv3
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>