freebsd-ports/math/octave-forge-miscellaneous/Makefile
Stephen Montgomery-Smith 9e6c3ab7fd - Correction to patch: delete -> delete[].
- Bump portrevision.

Submitted by:	tijl@
2014-05-17 19:57:55 +00:00

30 lines
737 B
Makefile

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-miscellaneous
PORTVERSION= 1.2.0
PORTREVISION= 5
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
# 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 "${.CURDIR}/../../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.mk>