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

21 lines
449 B
Makefile
Raw Normal View History

# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-oct2mat
PORTVERSION= 1.0.7
PORTREVISION= 23
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2014-01-12 21:10:53 +01:00
LICENSE= BSD3CLAUSE
2014-06-23 02:05:58 +02:00
LICENSE_FILE= ${WRKSRC}/COPYING
2014-01-12 21:10:53 +01:00
GNU_CONFIGURE= yes
RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-forge-io
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>