2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
2011-09-12 17:36:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-secs3d
|
|
|
|
PORTVERSION= 0.0.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2011-09-12 17:36:31 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
|
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= ${DISTNAME}
|
|
|
|
|
2011-09-20 00:56:41 +02:00
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl
|
|
|
|
RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim
|
|
|
|
|
2013-09-20 22:55:04 +02:00
|
|
|
NO_STAGE= yes
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
|
2011-09-12 17:36:31 +02:00
|
|
|
do-build:
|
2013-07-02 21:54:03 +02:00
|
|
|
@${DO_NADA}
|
2011-09-12 17:36:31 +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-12 17:36:31 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|