Update math/octave-forge-lssa to version 0.1.2_5
[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=   5
7 CATEGORIES=     math
8
9 MAINTAINER=     stephen@FreeBSD.org
10 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
11
12 LICENSE=        GPLv3
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 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
22
23 post-build:
24         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
25         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
26
27 .include <bsd.port.mk>