Files
ports/math/octave-forge-base/Makefile
T
Stephen Montgomery-Smith c159e4e8e5 - Update to 1.5.
Add '-W' option to octave-cli so that octave-cli does not attempt to
  contact the X11 server.
2020-11-15 00:09:07 +00:00

32 lines
709 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-base
PORTVERSION= 1.5
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
EXTRACT_ONLY= #none
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge baseport for all packages
LICENSE= BSD2CLAUSE
RUN_DEPENDS= octave:math/octave \
gmake:devel/gmake \
p5-File-Remove>=0:devel/p5-File-Remove
USES= perl5
SUB_FILES= load-octave-pkg
SUB_LIST= PERL=${PERL}
NO_BUILD= yes
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/octave
${INSTALL_SCRIPT} ${WRKDIR}/load-octave-pkg ${STAGEDIR}${PREFIX}/libexec/octave/.
.include <bsd.port.mk>