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


                                 
                 

                    
                                   

                                                      
                     
                                           
 




                                                     
 
                                            

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

PORTNAME=	octave-forge-fenv
PORTVERSION=	0.1.0
PORTREVISION=	8
CATEGORIES=	math

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

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

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

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

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