Tweak math/octave-forge-queueing version 1.2.3
[dports.git] / math / octave-forge-queueing / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@FreeBSD.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-queueing
5 PORTVERSION=    1.2.3
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 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
19
20 do-build:
21         @${DO_NADA}
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>