2008-09-09 08:42:55 +02:00
|
|
|
# New ports collection makefile for: octave-forge-gsl
|
|
|
|
# Date created: 8 September 2008
|
2008-09-08 05:24:19 +02:00
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-gsl
|
2009-05-27 00:24:54 +02:00
|
|
|
PORTVERSION= 1.0.8
|
2011-06-30 22:55:50 +02:00
|
|
|
PORTREVISION= 8
|
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}
|
2010-06-02 18:23:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-09-08 05:24:19 +02:00
|
|
|
|
2011-05-09 18:42:27 +02:00
|
|
|
LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
|
2008-09-08 05:24:19 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config*
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
|
|
|
.include <bsd.port.post.mk>
|