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

30 lines
676 B
Makefile
Raw Normal View History

2012-12-27 20:53:56 +01:00
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-io
2018-11-16 20:49:12 +01:00
PORTVERSION= 2.4.12
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
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
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
2017-06-20 05:39:27 +02:00
OCTSRC= ${DISTNAME}
2012-04-11 07:03:17 +02:00
WRKSRC= ${WRKDIR}/${OCTSRC}/src
2018-04-30 21:33:24 +02:00
GNU_CONFIGURE= yes
2012-04-11 07:03:17 +02:00
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>