2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2011-09-27 19:01:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-mechanics
|
2012-08-30 03:26:20 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2014-03-10 21:55:20 +01:00
|
|
|
PORTREVISION= 3
|
2011-09-27 19:01:49 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
|
2014-01-12 20:52:20 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2012-01-07 02:07:17 +01:00
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:${PORTSDIR}/math/octave-forge-geometry
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:${PORTSDIR}/math/octave-forge-linear-algebra
|
|
|
|
|
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}.
|
|
|
|
OCTSRC= ${OCTAVE_PKGNAME}
|
|
|
|
|
2011-12-09 23:35:53 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/inst/molecularDynamics/src
|
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
2011-09-27 19:01:49 +02:00
|
|
|
|
|
|
|
post-build:
|
|
|
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 02:17:40 +01:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2011-09-27 19:01:49 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|