2012-11-02 01:46:29 +01:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-08 05:02:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-fpl
|
2012-11-02 01:46:29 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2008-11-04 21:54:55 +01:00
|
|
|
CATEGORIES= math
|
2008-09-08 05:02:26 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2008-11-04 21:54:55 +01:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2008-09-08 05:02:26 +02:00
|
|
|
|
2011-11-21 02:17:40 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
2012-08-09 03:44:13 +02:00
|
|
|
OCTSRC= ${DISTNAME}
|
|
|
|
|
2008-09-08 05:02:26 +02:00
|
|
|
RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx
|
|
|
|
|
2008-11-04 21:54:55 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2008-09-08 05:02:26 +02:00
|
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
2012-09-13 17:22:12 +02:00
|
|
|
do-build:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
2010-06-05 22:13:56 +02:00
|
|
|
post-build:
|
2011-11-21 02:17:40 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2010-06-05 22:13:56 +02:00
|
|
|
|
2008-09-08 05:02:26 +02:00
|
|
|
.include <bsd.port.post.mk>
|