freebsd-ports/math/octave-forge-fpl/Makefile
Martin Wilke 76ed7ebd47 - Update to 1.2.0
PR:		153973
Submitted by:	maintainer
Feature safe:	yes
2011-01-30 11:32:10 +00:00

25 lines
557 B
Makefile

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