freebsd-ports/math/octave-forge-io/Makefile
Bernhard Froehlich abaeb41b8c - Update to 1.0.13
PR:		ports/149976
Submitted by:	Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
Approved by:	beat (co-mentor, implicit)
2010-09-14 07:54:58 +00:00

22 lines
528 B
Makefile

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