freebsd-ports/math/octave-forge-base/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

35 lines
870 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-base
PORTVERSION= 1.2
PORTREVISION= 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:${PORTSDIR}/math/octave \
gmake:${PORTSDIR}/devel/gmake \
p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove
USES= perl5
SUB_FILES= load-octave-pkg
SUB_LIST+= PERL=${PERL}
do-build:
@${DO_NADA}
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>