2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-08 05:24:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-gsl
|
2016-11-25 23:06:18 +01:00
|
|
|
PORTVERSION= 2.0.0
|
2016-12-07 14:24:56 +01:00
|
|
|
PORTREVISION= 1
|
2009-05-27 00:24:54 +02:00
|
|
|
CATEGORIES= math
|
2008-09-08 05:24:19 +02:00
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-27 00:24:54 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2008-09-08 05:24:19 +02:00
|
|
|
|
2014-01-12 20:19:56 +01:00
|
|
|
LICENSE= GPLv2
|
2016-11-25 23:06:18 +01:00
|
|
|
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
2014-01-12 20:19:56 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
2013-07-05 22:59:44 +02:00
|
|
|
|
2016-11-25 23:06:18 +01:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
|
|
|
OCTSRC= ${DISTNAME}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
2008-09-08 05:24:19 +02:00
|
|
|
|
2016-11-25 23:06:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-09-08 05:24:19 +02:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
2016-11-25 23:06:18 +01:00
|
|
|
|
|
|
|
post-build:
|
|
|
|
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
|
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|