2006-11-01 21:26:08 +01:00
|
|
|
# New ports collection makefile for: matrices
|
|
|
|
# Date created: Oct. 29 - 2006
|
|
|
|
# Whom: Morten Slot Kristensen
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= matrices
|
|
|
|
PORTVERSION= 1.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2006-11-01 21:26:08 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://mplus.dk/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= ontherenth@gmail.com
|
|
|
|
COMMENT= Matrix calculator (with both GUI & console-interface)
|
|
|
|
|
|
|
|
USE_GNOME= glib20 gtk20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
2007-10-04 03:53:45 +02:00
|
|
|
.include <bsd.port.mk>
|