aboutsummaryrefslogblamecommitdiff
path: root/math/octave-forge-gsl/Makefile
blob: 919b73e1cf144a46ae498ca8fa8d16bab8b99000 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                  

                                
                     
                 
                    
 
                                   
                                                      
 
                     
                                           
 
                                  
 




                                                     
 
                   
 
                                            




                                                               
                      
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>

PORTNAME=	octave-forge-gsl
PORTVERSION=	2.1.1
PORTREVISION=	8
CATEGORIES=	math

MAINTAINER=	stephen@FreeBSD.org
COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}

LICENSE=	GPLv2
LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING

LIB_DEPENDS=	libgsl.so:math/gsl

# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC=		${DISTNAME}

WRKSRC=		${WRKDIR}/${OCTSRC}/src

GNU_CONFIGURE=	yes

.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>