2008-09-09 06:42:55 +00:00
|
|
|
# New ports collection makefile for: octave-forge-io
|
|
|
|
# Date created: 8 September 2008
|
2008-09-08 03:48:43 +00:00
|
|
|
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-io
|
2012-09-08 22:38:06 +00:00
|
|
|
PORTVERSION= 1.0.20
|
2009-05-26 22:24:54 +00:00
|
|
|
CATEGORIES= math
|
2008-09-08 03:48:43 +00:00
|
|
|
|
2011-06-14 07:38:51 +00:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2009-05-26 22:24:54 +00:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
2010-06-06 08:07:19 +00:00
|
|
|
|
2011-11-21 01:17:40 +00:00
|
|
|
# OCTSRC is the name of the directory of the package.
|
|
|
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
|
|
|
OCTSRC= ${OCTAVE_PKGNAME}
|
|
|
|
|
2012-04-11 05:03:17 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
|
|
|
|
2008-09-08 03:48:43 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
2010-06-06 08:07:19 +00:00
|
|
|
post-build:
|
2011-06-24 04:22:33 +00:00
|
|
|
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
2011-11-21 01:17:40 +00:00
|
|
|
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
2010-06-06 08:07:19 +00:00
|
|
|
|
2008-09-08 03:48:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|