freebsd-ports/math/octave-forge-odepkg/Makefile
Martin Wilke 2148462d9a - Update to 0.6.10
PR:		147573
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-06-09 08:26:57 +00:00

23 lines
543 B
Makefile

# New ports collection makefile for: octave-forge-odepkg
# Date created: 8 September 2008
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-odepkg
PORTVERSION= 0.6.10
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
GNU_CONFIGURE= yes
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>