2008-09-09 08:42:55 +02:00
|
|
|
# New ports collection makefile for: octave-forge-financial
|
|
|
|
# Date created: 8 September 2008
|
2008-09-08 09:35:59 +02:00
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-financial
|
2009-06-13 22:59:59 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2012-04-11 04:58:30 +02:00
|
|
|
PORTREVISION= 6
|
2009-05-27 00:07:57 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 09:35:59 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:07:57 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2010-06-02 18:23:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-09-08 09:35:59 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
|
|
.include <bsd.port.post.mk>
|