freebsd-ports/math/koctave/Makefile
Mark Linimon cb8e2a5d9a Add math/koctave, a KDE GUI for the math/octave package. It contains
an editor with syntax highlighning and a help browser; you can work
almost the same way as in Matlab (c) , i.e. use the editor and execute
your code from there with (F5) or press run.  One difference is the
command window; it is meant for "quick commands" and not a history as
in Matlab you can add commands to the list in settings.

(Note to submitter: it is not necessary to remove all the directories
in pkg-plist that are installed by any standard X-related port).

PR:		ports/55143
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-01-06 04:15:12 +00:00

27 lines
535 B
Makefile

# New ports collection makefile for: koctave
# Date created: 01 August 2003
# Whom: Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#
PORTNAME= koctave3
PORTVERSION= 0.65
CATEGORIES= math kde
MASTER_SITES= http://bubben.homelinux.net/~matti/koctave/
MAINTAINER= kay_lehmann@web.de
COMMENT= KDEGUI for octave
RUN_DEPENDS= octave:${PORTSDIR}/math/octave
USE_BZIP2= yes
USE_LIBTOOL= yes
USE_QT_VER= 3
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-transform-name=koctave3
.include <bsd.port.mk>