freebsd-ports/math/octave-forge-splines/Makefile

28 lines
621 B
Makefile
Raw Normal View History

2012-11-26 02:31:46 +01:00
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $FreeBSD$
PORTNAME= octave-forge-splines
2013-10-31 20:23:16 +01:00
PORTVERSION= 1.2.5
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
2012-07-26 02:12:57 +02:00
# 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"
2012-07-26 02:12:57 +02:00
do-build:
@${DO_NADA}
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>