freebsd-ports/math/octave-forge-nlwing2/Makefile
Martin Wilke 31d033d63d - Update to 1.2.0
PR:		153977
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:21 +00:00

21 lines
537 B
Makefile

# New ports collection makefile for: octave-forge-nlwing2
# Date created: 11 September 2008
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-nlwing2
PORTVERSION= 1.2.0
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>