freebsd-ports/math/octave-forge-parallel/Makefile
Bernhard Froehlich 7311a4c539 - Update to 2.0.4
PR:		ports/149977
Submitted by:	Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
Approved by:	beat (co-mentor)
2010-09-14 07:57:15 +00:00

22 lines
522 B
Makefile

# New ports collection makefile for: octave-forge-parallel
# Date created: 6 June 2010
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-parallel
PORTVERSION= 2.0.4
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-build:
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
.include <bsd.port.post.mk>