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

                                   
                     

                    
                                   
                                                      
 

                           

                                                     
                                 

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

PORTNAME=	octave-forge-odepkg
PORTVERSION=	0.8.4
CATEGORIES=	math

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

MAKE_JOBS_UNSAFE=	yes

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

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

NO_STAGE=	yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"

post-build:
	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}

.include <bsd.port.mk>