aboutsummaryrefslogblamecommitdiff
path: root/math/octave-forge-level-set/Makefile
blob: d9409f18a929646bfd9bf6687bda92059fee5887 (plain) (tree)
1
2
3
4
5
                                                            

                                      
                     
                  








                                                      
                   









                                                     
                                                    

                                                               
                      
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>

PORTNAME=	octave-forge-level-set
PORTVERSION=	0.3.0
PORTREVISION=	14
CATEGORIES=	math

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

LICENSE=	GPLv3

ALL_TARGET=	oct
USES=		compiler:c++0x
GNU_CONFIGURE=	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

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