Prune www/mod_log_config-st
[dports.git] / math / octave-forge-bim / Makefile
1 # Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2 # $FreeBSD$
3
4 PORTNAME=       octave-forge-bim
5 PORTVERSION=    1.1.4
6 CATEGORIES=     math
7
8 MAINTAINER=     stephen@FreeBSD.org
9 COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}
10
11 LICENSE=        GPLv2
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 RUN_DEPENDS+=   ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
19 RUN_DEPENDS+=   ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh
20
21 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
22
23 do-build:
24         @${DO_NADA}
25
26 post-build:
27         ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
28         cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
29
30 .include <bsd.port.mk>