freebsd-ports/math/octave-forge-miscellaneous/Makefile
Stephen Montgomery-Smith 33dfbc9114 - Update math octave-forge-miscellaneous to 1.2.0.
- Remove math/octave-forge-combinatorics (as now redundant).
- Remove octave-forge-physicalconstants (as now redundant).
- Update math/octave-forge to 20121015:
    Remove run_dependencies math/octave-forge-combinatorics and
    math/octave-forge-physicalconstants.

Feature safe:	yes
2012-10-16 00:54:17 +00:00

28 lines
734 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-miscellaneous
PORTVERSION= 1.2.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
MAKE_ENV+= MKOCTFILE=mkoctfile
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.post.mk>