freebsd-ports/math/octave-forge-econometrics/Makefile

30 lines
728 B
Makefile
Raw Normal View History

2013-02-06 18:29:52 +01:00
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-econometrics
2013-02-17 21:07:26 +01:00
PORTVERSION= 1.1.1
PORTREVISION= 14
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2013-02-06 18:29:52 +01:00
2014-01-12 20:52:20 +01:00
LICENSE= GPLv3
2014-06-23 02:05:58 +02:00
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
2014-01-12 20:52:20 +01:00
2013-02-06 18:29:52 +01:00
# 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}/optim.tar.gz:math/octave-forge-optim
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
2013-02-06 18:29:52 +01:00
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
2013-02-06 18:29:52 +01:00
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>