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