freebsd-ports/math/octave-forge-base/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +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= 4
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>