2008-09-09 08:42:55 +02:00
|
|
|
# New ports collection makefile for: octave-forge-bim
|
|
|
|
# Date created: 8 September 2008
|
2008-09-08 10:09:53 +02:00
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-bim
|
2011-04-19 20:44:51 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2011-06-30 22:55:50 +02:00
|
|
|
PORTREVISION= 2
|
2009-05-27 00:01:49 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 10:09:53 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:01:49 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2008-09-08 10:09:53 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
2010-06-05 22:15:54 +02:00
|
|
|
do-build:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
post-build:
|
2011-06-24 06:22:33 +02:00
|
|
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-04-24 09:45:59 +02:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
|
2010-06-05 22:15:54 +02:00
|
|
|
|
2008-09-08 10:09:53 +02:00
|
|
|
.include <bsd.port.post.mk>
|